#FEF5DD

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

Shades of Early Dawn #FEF5DD

Tints of Early Dawn #FEF5DD

Color information

#FEF5DD (or 0xFEF5DD) is unknown color: approx Early Dawn. HEX triplet: FE, F5 and DD. RGB value is (254,245,221). Sum of RGB (Red+Green+Blue) = 254+245+221=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 245 (96.09% from 255 or 34.03% from 720); Blue value is 221 (86.72% from 255 or 30.69% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5DD is #010A22. Grayscale: #F5F5F5. Windows color (decimal): -68131 or 14546430. OLE color: 14546430.

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

Color convert

RGB254245221-
CMYK00.040.130.00
HSL43.64º94.29%93.14%-
HSV(B)43.64º12.99%99.61%-
XYZ86.5891.681.52-
YUV244.96114.48134.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.28%
GREEN value IS 245 (96.09% from 255) = 34.03%
BLUE value IS 221 (86.72% from 255) = 30.69%
R=35.28%
G=34.03%
B=30.69%

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
Decimal25424522100.040.130.0043.6494.2993.14
HexFEF5DD04D02c5e5d
Octal3763653350415054136135
Binary11111110111101011101110101001101010110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5DD; }

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

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

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

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

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

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

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

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