#FEF3DC

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

Shades of Early Dawn #FEF3DC

Tints of Early Dawn #FEF3DC

Color information

#FEF3DC (or 0xFEF3DC) is unknown color: approx Early Dawn. HEX triplet: FE, F3 and DC. RGB value is (254,243,220). Sum of RGB (Red+Green+Blue) = 254+243+220=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 220 (86.33% from 255 or 30.68% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3DC is #010C23. Grayscale: #F3F3F3. Windows color (decimal): -68644 or 14480382. OLE color: 14480382.

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

Color convert

RGB254243220-
CMYK00.040.130.00
HSL40.59º94.44%92.94%-
HSV(B)40.59º13.39%99.61%-
XYZ85.8490.3480.62-
YUV243.67114.64135.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 243 (95.31% from 255) = 33.89%
BLUE value IS 220 (86.33% from 255) = 30.68%
R=35.43%
G=33.89%
B=30.68%

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
Decimal25424322000.040.130.0040.5994.4492.94
HexFEF3DC04D0295e5d
Octal3763633340415051136135
Binary11111110111100111101110001001101010100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3DC; }

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

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

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

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

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

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

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

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