#FAF2DE

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

Shades of Early Dawn #FAF2DE

Tints of Early Dawn #FAF2DE

Color information

#FAF2DE (or 0xFAF2DE) is unknown color: approx Early Dawn. HEX triplet: FA, F2 and DE. RGB value is (250,242,222). Sum of RGB (Red+Green+Blue) = 250+242+222=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 222 (87.11% from 255 or 31.09% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2DE is #050D21. Grayscale: #F2F2F2. Windows color (decimal): -331042 or 14611194. OLE color: 14611194.

HSL color Cylindrical-coordinate representation of color #FAF2DE: hue angle of 42.86º degrees, saturation: 0.74, 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 #FAF2DE is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250242222-
CMYK00.030.110.02
HSL42.86º73.68%92.55%-
HSV(B)42.86º11.2%98.04%-
XYZ84.3689.181.86-
YUV242.11116.65133.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 242 (94.92% from 255) = 33.89%
BLUE value IS 222 (87.11% from 255) = 31.09%
R=35.01%
G=33.89%
B=31.09%

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
Decimal25024222200.030.110.0242.8673.6892.55
HexFAF2DE03B22b4a5d
Octal3723623360313253112135
Binary11111010111100101101111001110111010101110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2DE; }

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

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

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

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

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

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

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

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