#FEF4D7

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

Shades of Early Dawn #FEF4D7

Tints of Early Dawn #FEF4D7

Color information

#FEF4D7 (or 0xFEF4D7) is unknown color: approx Early Dawn. HEX triplet: FE, F4 and D7. RGB value is (254,244,215). Sum of RGB (Red+Green+Blue) = 254+244+215=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 244 (95.70% from 255 or 34.22% from 713); Blue value is 215 (84.38% from 255 or 30.15% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4D7 is #010B28. Grayscale: #F3F3F3. Windows color (decimal): -68393 or 14152958. OLE color: 14152958.

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

Color convert

RGB254244215-
CMYK00.040.150.00
HSL44.62º95.12%91.96%-
HSV(B)44.62º15.35%99.61%-
XYZ85.4990.6877.29-
YUV243.68111.81135.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 244 (95.70% from 255) = 34.22%
BLUE value IS 215 (84.38% from 255) = 30.15%
R=35.62%
G=34.22%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424421500.040.150.0044.6295.1291.96
HexFEF4D704F02d5f5c
Octal3763643270417055137134
Binary11111110111101001101011101001111010110110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4D7; }

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

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

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

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

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

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

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

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