#FCF3DB

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

Shades of Early Dawn #FCF3DB

Tints of Early Dawn #FCF3DB

Color information

#FCF3DB (or 0xFCF3DB) is unknown color: approx Early Dawn. HEX triplet: FC, F3 and DB. RGB value is (252,243,219). Sum of RGB (Red+Green+Blue) = 252+243+219=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 219 (85.94% from 255 or 30.67% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3DB is #030C24. Grayscale: #F3F3F3. Windows color (decimal): -199717 or 14414844. OLE color: 14414844.

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

Color convert

RGB252243219-
CMYK00.040.130.01
HSL43.64º84.62%92.35%-
HSV(B)43.64º13.1%98.82%-
XYZ84.9889.9179.89-
YUV242.96114.48134.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 243 (95.31% from 255) = 34.03%
BLUE value IS 219 (85.94% from 255) = 30.67%
R=35.29%
G=34.03%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224321900.040.130.0143.6484.6292.35
HexFCF3DB04D12c555c
Octal3743633330415154125134
Binary11111100111100111101101101001101110110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3DB; }

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

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

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

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

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

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

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

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