#FEF3DD

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

Shades of Early Dawn #FEF3DD

Tints of Early Dawn #FEF3DD

Color information

#FEF3DD (or 0xFEF3DD) is unknown color: approx Early Dawn. HEX triplet: FE, F3 and DD. RGB value is (254,243,221). Sum of RGB (Red+Green+Blue) = 254+243+221=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 221 (86.72% from 255 or 30.78% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3DD is #010C22. Grayscale: #F3F3F3. Windows color (decimal): -68643 or 14545918. OLE color: 14545918.

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

Color convert

RGB254243221-
CMYK00.040.130.00
HSL40º94.29%93.14%-
HSV(B)40º12.99%99.61%-
XYZ85.9790.3981.32-
YUV243.78115.14135.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 243 (95.31% from 255) = 33.84%
BLUE value IS 221 (86.72% from 255) = 30.78%
R=35.38%
G=33.84%
B=30.78%

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
Decimal25424322100.040.130.004094.2993.14
HexFEF3DD04D0285e5d
Octal3763633350415050136135
Binary11111110111100111101110101001101010100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3DD; }

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

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

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

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

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

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

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

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