#FEF5DE

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

Shades of Early Dawn #FEF5DE

Tints of Early Dawn #FEF5DE

Color information

#FEF5DE (or 0xFEF5DE) is unknown color: approx Early Dawn. HEX triplet: FE, F5 and DE. RGB value is (254,245,222). Sum of RGB (Red+Green+Blue) = 254+245+222=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 222 (87.11% from 255 or 30.79% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5DE is #010A21. Grayscale: #F5F5F5. Windows color (decimal): -68130 or 14611966. OLE color: 14611966.

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

Color convert

RGB254245222-
CMYK00.040.130.00
HSL43.12º94.12%93.33%-
HSV(B)43.12º12.6%99.61%-
XYZ86.7191.6582.23-
YUV245.07114.98134.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.23%
GREEN value IS 245 (96.09% from 255) = 33.98%
BLUE value IS 222 (87.11% from 255) = 30.79%
R=35.23%
G=33.98%
B=30.79%

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
Decimal25424522200.040.130.0043.1294.1293.33
HexFEF5DE04D02b5e5d
Octal3763653360415053136135
Binary11111110111101011101111001001101010101110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5DE; }

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

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

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

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

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

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

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

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