#FAF1DC

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

Shades of Early Dawn #FAF1DC

Tints of Early Dawn #FAF1DC

Color information

#FAF1DC (or 0xFAF1DC) is unknown color: approx Early Dawn. HEX triplet: FA, F1 and DC. RGB value is (250,241,220). Sum of RGB (Red+Green+Blue) = 250+241+220=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 220 (86.33% from 255 or 30.94% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1DC is #050E23. Grayscale: #F1F1F1. Windows color (decimal): -331300 or 14479866. OLE color: 14479866.

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

Color convert

RGB250241220-
CMYK00.040.120.02
HSL42º75%92.16%-
HSV(B)42º12%98.04%-
XYZ83.888.480.36-
YUV241.3115.98134.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 241 (94.53% from 255) = 33.90%
BLUE value IS 220 (86.33% from 255) = 30.94%
R=35.16%
G=33.90%
B=30.94%

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
Decimal25024122000.040.120.02427592.16
HexFAF1DC04C22a4b5c
Octal3723613340414252113134
Binary111110101111000111011100010011001010101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1DC; }

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

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

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

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

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

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

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

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