#FCF3D9

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

Shades of Early Dawn #FCF3D9

Tints of Early Dawn #FCF3D9

Color information

#FCF3D9 (or 0xFCF3D9) is unknown color: approx Early Dawn. HEX triplet: FC, F3 and D9. RGB value is (252,243,217). Sum of RGB (Red+Green+Blue) = 252+243+217=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 243 (95.31% from 255 or 34.13% from 712); Blue value is 217 (85.16% from 255 or 30.48% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3D9 is #030C26. Grayscale: #F2F2F2. Windows color (decimal): -199719 or 14283772. OLE color: 14283772.

HSL color Cylindrical-coordinate representation of color #FCF3D9: hue angle of 44.57º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCF3D9 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252243217-
CMYK00.040.140.01
HSL44.57º85.37%91.96%-
HSV(B)44.57º13.89%98.82%-
XYZ84.7289.8178.51-
YUV242.73113.48134.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 243 (95.31% from 255) = 34.13%
BLUE value IS 217 (85.16% from 255) = 30.48%
R=35.39%
G=34.13%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224321700.040.140.0144.5785.3791.96
HexFCF3D904E12d555c
Octal3743633310416155125134
Binary11111100111100111101100101001110110110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3D9; }

 p { color: rgb(252,243,217); }

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

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

 a { background-color: rgb(252,243,217); }

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

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

 span { border-color: rgb(252,243,217); }

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