Html Css Color HEX #FEF5DC Early Dawn

📋 copy color: '#FEF5DC'

red 254 ◦ green 245 ◦ blue 220

#FEF5DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Early Dawn #FEF5DC

Tints of Early Dawn #FEF5DC

RGB

 RED value IS 254 (99.61% from 255) = 35.33%

 GREEN value IS 245 (96.09% from 255) = 34.08%

 BLUE value IS 220 (86.33% from 255) = 30.6%

R = 35.33%
G = 34.08%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEF5DC (or 0xFEF5DC) is known color: Early Dawn. HEX triplet: FE, F5 and DC. RGB value is (254,245,220). Sum of RGB (Red+Green+Blue) = 254+245+220=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5DC is #010A23. Grayscale: #F4F4F4. Windows color (decimal): -68132 or 14480894. OLE color: 14480894.

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

Color convert

RGB 254 245 220 -
CMYK 0 0.04 0.13 0.00
HSL 44.12º 0.94% 0.93% -
HSV(B) 44.12º 0.13% 1% -
XYZ 86.44 91.54 80.82 -
YUV 244.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 254 245 220 0 0.04 0.13 0.00 44.12 0.94 0.93
Hex FE F5 DC 0 4 D 0 2C 5E 5D
Octal 376 365 334 0 4 15 0 54 136 135
Binary 11111110 11110101 11011100 0 100 1101 0 101100 1011110 1011101

Color Harmonies of #FEF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5DC

Black with #FEF5DC

Text Example


Text Example

White with #FEF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5DC; }

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

 H1.HeaderClassName
 {
   color: #FEF5DC;
 }
 .AnyTagClassName
 {
   color: #FEF5DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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