#FAF1D8

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

Shades of Early Dawn #FAF1D8

Tints of Early Dawn #FAF1D8

Color information

#FAF1D8 (or 0xFAF1D8) is unknown color: approx Early Dawn. HEX triplet: FA, F1 and D8. RGB value is (250,241,216). Sum of RGB (Red+Green+Blue) = 250+241+216=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 216 (84.77% from 255 or 30.55% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1D8 is #050E27. Grayscale: #F0F0F0. Windows color (decimal): -331304 or 14217722. OLE color: 14217722.

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

Color convert

RGB250241216-
CMYK00.040.140.02
HSL44.12º77.27%91.37%-
HSV(B)44.12º13.6%98.04%-
XYZ83.2788.1977.6-
YUV240.84113.98134.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 241 (94.53% from 255) = 34.09%
BLUE value IS 216 (84.77% from 255) = 30.55%
R=35.36%
G=34.09%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024121600.040.140.0244.1277.2791.37
HexFAF1D804E22c4d5b
Octal3723613300416254115133
Binary111110101111000111011000010011101010110010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1D8; }

 p { color: rgb(250,241,216); }

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

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

 a { background-color: rgb(250,241,216); }

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

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

 span { border-color: rgb(250,241,216); }

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