#FCF4E0

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

Shades of Early Dawn #FCF4E0

Tints of Early Dawn #FCF4E0

Color information

#FCF4E0 (or 0xFCF4E0) is unknown color: approx Early Dawn. HEX triplet: FC, F4 and E0. RGB value is (252,244,224). Sum of RGB (Red+Green+Blue) = 252+244+224=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 224 (87.89% from 255 or 31.11% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4E0 is #030B1F. Grayscale: #F4F4F4. Windows color (decimal): -199456 or 14742780. OLE color: 14742780.

HSL color Cylindrical-coordinate representation of color #FCF4E0: hue angle of 42.86º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCF4E0 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB252244224-
CMYK00.030.110.01
HSL42.86º82.35%93.33%-
HSV(B)42.86º11.11%98.82%-
XYZ85.9590.7883.51-
YUV244.11116.65133.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35%
GREEN value IS 244 (95.70% from 255) = 33.89%
BLUE value IS 224 (87.89% from 255) = 31.11%
R=35%
G=33.89%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224422400.030.110.0142.8682.3593.33
HexFCF4E003B12b525d
Octal3743643400313153122135
Binary1111110011110100111000000111011110101110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4E0; }

 p { color: rgb(252,244,224); }

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

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

 a { background-color: rgb(252,244,224); }

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

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

 span { border-color: rgb(252,244,224); }

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