#FEF3D8

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

Shades of Early Dawn #FEF3D8

Tints of Early Dawn #FEF3D8

Color information

#FEF3D8 (or 0xFEF3D8) is unknown color: approx Early Dawn. HEX triplet: FE, F3 and D8. RGB value is (254,243,216). Sum of RGB (Red+Green+Blue) = 254+243+216=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 216 (84.77% from 255 or 30.29% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3D8 is #010C27. Grayscale: #F3F3F3. Windows color (decimal): -68648 or 14218238. OLE color: 14218238.

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

Color convert

RGB254243216-
CMYK00.040.150.00
HSL42.63º95%92.16%-
HSV(B)42.63º14.96%99.61%-
XYZ85.3290.1377.87-
YUV243.21112.64135.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 243 (95.31% from 255) = 34.08%
BLUE value IS 216 (84.77% from 255) = 30.29%
R=35.62%
G=34.08%
B=30.29%

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
Decimal25424321600.040.150.0042.639592.16
HexFEF3D804F02b5f5c
Octal3763633300417053137134
Binary11111110111100111101100001001111010101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3D8; }

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

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

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

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

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

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

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

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