#FAF2DF

Color #FAF2DF Early Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Early Dawn #FAF2DF

Tints of Early Dawn #FAF2DF

Color information

#FAF2DF (or 0xFAF2DF) is unknown color: approx Early Dawn. HEX triplet: FA, F2 and DF. RGB value is (250,242,223). Sum of RGB (Red+Green+Blue) = 250+242+223=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2DF is #050D20. Grayscale: #F2F2F2. Windows color (decimal): -331041 or 14676730. OLE color: 14676730.

HSL color Cylindrical-coordinate representation of color #FAF2DF: hue angle of 42.22º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAF2DF is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250242223-
CMYK00.030.110.02
HSL42.22º72.97%92.75%-
HSV(B)42.22º10.8%98.04%-
XYZ84.589.1682.57-
YUV242.23117.15133.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 34.97%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 223 (87.5% from 255) = 31.19%
R=34.97%
G=33.85%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024222300.030.110.0242.2272.9792.75
HexFAF2DF03B22a495d
Octal3723623370313252111135
Binary11111010111100101101111101110111010101010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2DF; }

 p { color: rgb(250,242,223); }

 H1.HeaderClassName
 {
   color: #FAF2DF;
 }
 .AnyTagClassName
 {
   color: #FAF2DF;
 }
</style>
background-color css

<style>
 a { background-color: #FAF2DF; }

 a { background-color: rgb(250,242,223); }

 div.DivClassName
 {
   background-color: #FAF2DF;
 }
 .BgClassName
 {
   background-color: #FAF2DF;
 }
</style>
border-color css

<style>
 span { border-color: #FAF2DF; }

 span { border-color: rgb(250,242,223); }

 td.TdClassName
 {
   border-color: #FAF2DF;
 }
 .TagClassName
 {
   border-color: #FAF2DF;
 }
</style>