#FEF2D9

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

Shades of Early Dawn #FEF2D9

Tints of Early Dawn #FEF2D9

Color information

#FEF2D9 (or 0xFEF2D9) is unknown color: approx Early Dawn. HEX triplet: FE, F2 and D9. RGB value is (254,242,217). Sum of RGB (Red+Green+Blue) = 254+242+217=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 217 (85.16% from 255 or 30.43% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2D9 is #010D26. Grayscale: #F2F2F2. Windows color (decimal): -68903 or 14283518. OLE color: 14283518.

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

Color convert

RGB254242217-
CMYK00.050.150.00
HSL40.54º94.87%92.35%-
HSV(B)40.54º14.57%99.61%-
XYZ85.1589.5878.45-
YUV242.74113.48136.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 242 (94.92% from 255) = 33.94%
BLUE value IS 217 (85.16% from 255) = 30.43%
R=35.62%
G=33.94%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424221700.050.150.0040.5494.8792.35
HexFEF2D905F0295f5c
Octal3763623310517051137134
Binary11111110111100101101100101011111010100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2D9; }

 p { color: rgb(254,242,217); }

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

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

 a { background-color: rgb(254,242,217); }

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

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

 span { border-color: rgb(254,242,217); }

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