#FEF4DE

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

Shades of Early Dawn #FEF4DE

Tints of Early Dawn #FEF4DE

Color information

#FEF4DE (or 0xFEF4DE) is unknown color: approx Early Dawn. HEX triplet: FE, F4 and DE. RGB value is (254,244,222). Sum of RGB (Red+Green+Blue) = 254+244+222=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 222 (87.11% from 255 or 30.83% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4DE is #010B21. Grayscale: #F4F4F4. Windows color (decimal): -68386 or 14611710. OLE color: 14611710.

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

Color convert

RGB254244222-
CMYK00.040.130.00
HSL41.25º94.12%93.33%-
HSV(B)41.25º12.6%99.61%-
XYZ86.4191.0582.13-
YUV244.48115.31134.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.28%
GREEN value IS 244 (95.70% from 255) = 33.89%
BLUE value IS 222 (87.11% from 255) = 30.83%
R=35.28%
G=33.89%
B=30.83%

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
Decimal25424422200.040.130.0041.2594.1293.33
HexFEF4DE04D0295e5d
Octal3763643360415051136135
Binary11111110111101001101111001001101010100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4DE; }

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

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

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

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

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

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

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

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