#FEF4DD

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

Shades of Early Dawn #FEF4DD

Tints of Early Dawn #FEF4DD

Color information

#FEF4DD (or 0xFEF4DD) is unknown color: approx Early Dawn. HEX triplet: FE, F4 and DD. RGB value is (254,244,221). Sum of RGB (Red+Green+Blue) = 254+244+221=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 221 (86.72% from 255 or 30.74% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4DD is #010B22. Grayscale: #F4F4F4. Windows color (decimal): -68387 or 14546174. OLE color: 14546174.

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

Color convert

RGB254244221-
CMYK00.040.130.00
HSL41.82º94.29%93.14%-
HSV(B)41.82º12.99%99.61%-
XYZ86.2790.9981.42-
YUV244.37114.81134.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 244 (95.70% from 255) = 33.94%
BLUE value IS 221 (86.72% from 255) = 30.74%
R=35.33%
G=33.94%
B=30.74%

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
Decimal25424422100.040.130.0041.8294.2993.14
HexFEF4DD04D02a5e5d
Octal3763643350415052136135
Binary11111110111101001101110101001101010101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4DD; }

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

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

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

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

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

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

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

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