#f2f3f4 Color Hex Anti-Flash White

Information about Anti-Flash White Color | #0000FF

#f2f3f4 color RGB value is (242,243,244). #f2f3f4 color name is Anti-Flash White color.

#f2f3f4 hex color red value is 242 , green value is 243 and the blue value of its RGB is 244 . Cylindrical-coordinate representations (also known as HSL) of color #f2f3f4 hue: 210 , saturation: 8 and the lightness value of #f2f3f4 is 95

The process color (four color CMYK) of #f2f3f4 color hex is 0 , 0 ,0, 2 .

#f2f3f4

~Anti-Flash White

Color Converions

HEX
#f2f3f4
RGB
242,243,244
LAB
96,0,-1
CMYK
1,0,0,4
LCH
96,1,-108
XYZ
85,90,98
HSV
210,1,96
HSL
210,8,95

Base Numbers

Base Red Green Blue
Binary 11110010 11110011 11110100
Octal 362 363 364
Decimal 242 243 244
Hex f2 f3 f4

RGB Percentages of Color #f2f3f4

95%
95%
96%

CMYK Percentages of Color #f2f3f4

0%
0%
0%
2%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #f2f3f4

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#f2f3f4
20%
#dadbdc
30%
#c2c2c3
40%
#a9aaab
50%
#919292
60%
#79797a
70%
#616162
80%
#494949
90%
#303131
100%
#181818

Tints of #f2f3f4

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#f2f3f4
20%
#f3f4f5
30%
#f5f5f6
40%
#f6f7f7
50%
#f7f8f8
60%
#f9f9f9
70%
#fafafb
80%
#fbfbfc
90%
#fcfdfd
100%
#fefefe

Tones of #f2f3f4

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#f2f3f4
20%
#e7e7e8
30%
#dbdcdd
40%
#d0d0d1
50%
#c4c5c5
60%
#b9b9ba
70%
#adaeae
80%
#a2a2a2
90%
#969797
100%
#8b8b8b

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#f2f3f4
#f2f4f4
#f2f3f4
#f2f3f4
#f2f3f4
#f2f2f4

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#f2f3f4
#f4f3f2

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f2f3f4
#f3f2f4
#f4f4f2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f2f3f4
#f4f2f3
#f3f4f2

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#f2f3f4
#f4f2f4
#f4f3f2
#f2f4f2

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f2f3f4
#1f1f1f
#494a4a
#747474
#9e9e9f
#c8c9c9

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#f2f3f4

protanopia

#f7f1f3

deuteranopia

#ffeef4

tritanopia

#f4f1ff

achromatopsia

#f3f3f3

protanomaly

#f5f2f3

deuteranomaly

#faf0f4

achromatopsia

#f3f3f3

tritanomaly

#f3f2fb

achromatomaly

#f3f3f3

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 19/21
Hello World !

#f2f3f4 Color CSS Codes

.bgcolor {background-color:#f2f3f4; } 
.forecolor {color:#f2f3f4; }
.bordercolor {border:3px solid #f2f3f4; }
            

#f2f3f4 Text Font Color

<div style="color:#f2f3f4">
Div content here</div>

This sample text font color is #f2f3f4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#f2f3f4 Background Color

<div style="background-color:#f2f3f4">
Div content here</div>
Div content here

#f2f3f4 Border Color

<div style="border:3px solid #f2f3f4">
Div here</div>

This div border color is #f2f3f4

#f2f3f4 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #f2f3f4; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2f3f4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2f3f4;
  -webkit-box-shadow: 1px 1px 3px 2px #f2f3f4;
  box-shadow: 1px 1px 3px 2px #f2f3f4; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f2f3f4">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f2f3f4;
              -webkit-box-shadow: 1px 1px 3px 2px #f2f3f4;
              box-shadow:         1px 1px 3px 2px #f2f3f4#f2f3f4">
Div content here</div>

This div box has shadow with color #f2f3f4

More Colors

Cucumber Bomber
#bbdd11
Greenish Black
#454445
Light Amourette
#d4d3e0
Green Fluorite
#55bbaa
Heritage
#b0bacc
Iced Cherry
#e8c7bf
Muddy Rose
#e2beb4
Burnt Earth
#9d4531
Pink Earth
#b08272
Hay Wain
#cdad59
Blue Planet
#545e6a
Peach Brick
#e5ccbd
Growing Nature
#88cc11
Azul Petróleo
#36454f
Muted Sage
#93907e
Dark Princess Pink
#d9308a
Moonlit Forest
#3e6d6a
Golden Gate Bridge
#c0362d
Light of New Hope
#eaf3d0
Cabbage Blossom Violet
#724c7b
Iced Lavender
#c2c7db
Estate Vineyard
#68454b
Artesian Well
#5eb2aa
Lake Retba Pink
#ee55ee
Crushed Peony
#e4ddd8
Hornet Nest
#d5dfd3
Lichen
#9bc2b1
Bigfoot
#715145
Hot Stone
#aba89e
Piano Brown
#5c4c4a
Glacier Blue
#a9c1c0
Persian Fable
#d4ebdd
Parisian Cafè
#a49085
Aqua Tint
#e5f1ee
Nuance
#e2e0d6
Brown Moelleux
#662211
Merlot Fields
#712735
Myoga Purple
#e0218a
Parmentier
#887cab
rating-img
Rate this tool
NaN/5   0 votes