#FCF1DB

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

Shades of Early Dawn #FCF1DB

Tints of Early Dawn #FCF1DB

Color information

#FCF1DB (or 0xFCF1DB) is unknown color: approx Early Dawn. HEX triplet: FC, F1 and DB. RGB value is (252,241,219). Sum of RGB (Red+Green+Blue) = 252+241+219=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1DB is #030E24. Grayscale: #F1F1F1. Windows color (decimal): -200229 or 14414332. OLE color: 14414332.

HSL color Cylindrical-coordinate representation of color #FCF1DB: hue angle of 40º 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 #FCF1DB is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252241219-
CMYK00.040.130.01
HSL40º84.62%92.35%-
HSV(B)40º13.1%98.82%-
XYZ84.3988.7279.69-
YUV241.78115.14135.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 241 (94.53% from 255) = 33.85%
BLUE value IS 219 (85.94% from 255) = 30.76%
R=35.39%
G=33.85%
B=30.76%

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
Decimal25224121900.040.130.014084.6292.35
HexFCF1DB04D128555c
Octal3743613330415150125134
Binary11111100111100011101101101001101110100010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1DB; }

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

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

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

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

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

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

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

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