#FAF1DD

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

Shades of Early Dawn #FAF1DD

Tints of Early Dawn #FAF1DD

Color information

#FAF1DD (or 0xFAF1DD) is unknown color: approx Early Dawn. HEX triplet: FA, F1 and DD. RGB value is (250,241,221). Sum of RGB (Red+Green+Blue) = 250+241+221=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1DD is #050E22. Grayscale: #F1F1F1. Windows color (decimal): -331299 or 14545402. OLE color: 14545402.

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

Color convert

RGB250241221-
CMYK00.040.120.02
HSL41.38º74.36%92.35%-
HSV(B)41.38º11.6%98.04%-
XYZ83.9388.4681.06-
YUV241.41116.48134.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 241 (94.53% from 255) = 33.85%
BLUE value IS 221 (86.72% from 255) = 31.04%
R=35.11%
G=33.85%
B=31.04%

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
Decimal25024122100.040.120.0241.3874.3692.35
HexFAF1DD04C2294a5c
Octal3723613350414251112134
Binary111110101111000111011101010011001010100110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1DD; }

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

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

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

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

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

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

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

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