#FAF2DD

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

Shades of Early Dawn #FAF2DD

Tints of Early Dawn #FAF2DD

Color information

#FAF2DD (or 0xFAF2DD) is unknown color: approx Early Dawn. HEX triplet: FA, F2 and DD. RGB value is (250,242,221). Sum of RGB (Red+Green+Blue) = 250+242+221=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2DD is #050D22. Grayscale: #F2F2F2. Windows color (decimal): -331043 or 14545658. OLE color: 14545658.

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

Color convert

RGB250242221-
CMYK00.030.120.02
HSL43.45º74.36%92.35%-
HSV(B)43.45º11.6%98.04%-
XYZ84.2389.0581.16-
YUV242116.15133.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 242 (94.92% from 255) = 33.94%
BLUE value IS 221 (86.72% from 255) = 31.00%
R=35.06%
G=33.94%
B=31.00%

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
Decimal25024222100.030.120.0243.4574.3692.35
HexFAF2DD03C22b4a5c
Octal3723623350314253112134
Binary11111010111100101101110101111001010101110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2DD; }

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

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

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

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

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

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

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

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