#FEF4DC

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

Shades of Early Dawn #FEF4DC

Tints of Early Dawn #FEF4DC

Color information

#FEF4DC (or 0xFEF4DC) is unknown color: approx Early Dawn. HEX triplet: FE, F4 and DC. RGB value is (254,244,220). Sum of RGB (Red+Green+Blue) = 254+244+220=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 244 (95.70% from 255 or 33.98% from 718); Blue value is 220 (86.33% from 255 or 30.64% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4DC is #010B23. Grayscale: #F4F4F4. Windows color (decimal): -68388 or 14480638. OLE color: 14480638.

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

Color convert

RGB254244220-
CMYK00.040.130.00
HSL42.35º94.44%92.94%-
HSV(B)42.35º13.39%99.61%-
XYZ86.1490.9480.72-
YUV244.25114.31134.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 244 (95.70% from 255) = 33.98%
BLUE value IS 220 (86.33% from 255) = 30.64%
R=35.38%
G=33.98%
B=30.64%

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
Decimal25424422000.040.130.0042.3594.4492.94
HexFEF4DC04D02a5e5d
Octal3763643340415052136135
Binary11111110111101001101110001001101010101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4DC; }

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

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

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

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

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

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

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

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