#FEF5DC

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

Shades of Early Dawn #FEF5DC

Tints of Early Dawn #FEF5DC

Color information

#FEF5DC (or 0xFEF5DC) is unknown color: approx Early Dawn. HEX triplet: FE, F5 and DC. RGB value is (254,245,220). Sum of RGB (Red+Green+Blue) = 254+245+220=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5DC is #010A23. Grayscale: #F4F4F4. Windows color (decimal): -68132 or 14480894. OLE color: 14480894.

HSL color Cylindrical-coordinate representation of color #FEF5DC: hue angle of 44.12º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEF5DC is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254245220-
CMYK00.040.130.00
HSL44.12º94.44%92.94%-
HSV(B)44.12º13.39%99.61%-
XYZ86.4491.5480.82-
YUV244.84113.98134.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 245 (96.09% from 255) = 34.08%
BLUE value IS 220 (86.33% from 255) = 30.60%
R=35.33%
G=34.08%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424522000.040.130.0044.1294.4492.94
HexFEF5DC04D02c5e5d
Octal3763653340415054136135
Binary11111110111101011101110001001101010110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5DC; }

 p { color: rgb(254,245,220); }

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

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

 a { background-color: rgb(254,245,220); }

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

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

 span { border-color: rgb(254,245,220); }

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