#FAF2DC

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

Shades of Early Dawn #FAF2DC

Tints of Early Dawn #FAF2DC

Color information

#FAF2DC (or 0xFAF2DC) is unknown color: approx Early Dawn. HEX triplet: FA, F2 and DC. RGB value is (250,242,220). Sum of RGB (Red+Green+Blue) = 250+242+220=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2DC is #050D23. Grayscale: #F1F1F1. Windows color (decimal): -331044 or 14480122. OLE color: 14480122.

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

Color convert

RGB250242220-
CMYK00.030.120.02
HSL44º75%92.16%-
HSV(B)44º12%98.04%-
XYZ84.098980.46-
YUV241.88115.65133.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 242 (94.92% from 255) = 33.99%
BLUE value IS 220 (86.33% from 255) = 30.90%
R=35.11%
G=33.99%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024222000.030.120.02447592.16
HexFAF2DC03C22c4b5c
Octal3723623340314254113134
Binary11111010111100101101110001111001010110010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2DC; }

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

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

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

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

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

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

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

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