#FEF2DA

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

Shades of Early Dawn #FEF2DA

Tints of Early Dawn #FEF2DA

Color information

#FEF2DA (or 0xFEF2DA) is unknown color: approx Early Dawn. HEX triplet: FE, F2 and DA. RGB value is (254,242,218). Sum of RGB (Red+Green+Blue) = 254+242+218=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 218 (85.55% from 255 or 30.53% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2DA is #010D25. Grayscale: #F2F2F2. Windows color (decimal): -68902 or 14349054. OLE color: 14349054.

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

Color convert

RGB254242218-
CMYK00.050.140.00
HSL40º94.74%92.55%-
HSV(B)40º14.17%99.61%-
XYZ85.2889.6479.14-
YUV242.85113.98135.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 242 (94.92% from 255) = 33.89%
BLUE value IS 218 (85.55% from 255) = 30.53%
R=35.57%
G=33.89%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424221800.050.140.004094.7492.55
HexFEF2DA05E0285f5d
Octal3763623320516050137135
Binary11111110111100101101101001011110010100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2DA; }

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

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

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

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

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

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

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

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