#FAF0DB

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

Shades of Early Dawn #FAF0DB

Tints of Early Dawn #FAF0DB

Color information

#FAF0DB (or 0xFAF0DB) is unknown color: approx Early Dawn. HEX triplet: FA, F0 and DB. RGB value is (250,240,219). Sum of RGB (Red+Green+Blue) = 250+240+219=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0DB is #050F24. Grayscale: #F0F0F0. Windows color (decimal): -331557 or 14414074. OLE color: 14414074.

HSL color Cylindrical-coordinate representation of color #FAF0DB: hue angle of 40.65º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAF0DB is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250240219-
CMYK00.040.120.02
HSL40.65º75.61%91.96%-
HSV(B)40.65º12.4%98.04%-
XYZ83.3787.7679.56-
YUV240.6115.81134.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 240 (94.14% from 255) = 33.85%
BLUE value IS 219 (85.94% from 255) = 30.89%
R=35.26%
G=33.85%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024021900.040.120.0240.6575.6191.96
HexFAF0DB04C2294c5c
Octal3723603330414251114134
Binary111110101111000011011011010011001010100110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0DB; }

 p { color: rgb(250,240,219); }

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

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

 a { background-color: rgb(250,240,219); }

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

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

 span { border-color: rgb(250,240,219); }

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