#FEF3DA

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

Shades of Early Dawn #FEF3DA

Tints of Early Dawn #FEF3DA

Color information

#FEF3DA (or 0xFEF3DA) is unknown color: approx Early Dawn. HEX triplet: FE, F3 and DA. RGB value is (254,243,218). Sum of RGB (Red+Green+Blue) = 254+243+218=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 243 (95.31% from 255 or 33.99% from 715); Blue value is 218 (85.55% from 255 or 30.49% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3DA is #010C25. Grayscale: #F3F3F3. Windows color (decimal): -68646 or 14349310. OLE color: 14349310.

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

Color convert

RGB254243218-
CMYK00.040.140.00
HSL41.67º94.74%92.55%-
HSV(B)41.67º14.17%99.61%-
XYZ85.5890.2379.24-
YUV243.44113.64135.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 243 (95.31% from 255) = 33.99%
BLUE value IS 218 (85.55% from 255) = 30.49%
R=35.52%
G=33.99%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424321800.040.140.0041.6794.7492.55
HexFEF3DA04E02a5f5d
Octal3763633320416052137135
Binary11111110111100111101101001001110010101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3DA; }

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

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

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

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

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

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

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

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