#FAF0DA

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

Shades of Early Dawn #FAF0DA

Tints of Early Dawn #FAF0DA

Color information

#FAF0DA (or 0xFAF0DA) is unknown color: approx Early Dawn. HEX triplet: FA, F0 and DA. RGB value is (250,240,218). Sum of RGB (Red+Green+Blue) = 250+240+218=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0DA is #050F25. Grayscale: #F0F0F0. Windows color (decimal): -331558 or 14348538. OLE color: 14348538.

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

Color convert

RGB250240218-
CMYK00.040.130.02
HSL41.25º76.19%91.76%-
HSV(B)41.25º12.8%98.04%-
XYZ83.2487.7178.87-
YUV240.48115.31134.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.31%
GREEN value IS 240 (94.14% from 255) = 33.90%
BLUE value IS 218 (85.55% from 255) = 30.79%
R=35.31%
G=33.90%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024021800.040.130.0241.2576.1991.76
HexFAF0DA04D2294c5c
Octal3723603320415251114134
Binary111110101111000011011010010011011010100110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0DA; }

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

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

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

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

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

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

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

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