Html Css Color HEX #FEF5DE Early Dawn

📋 copy color: '#FEF5DE'

red 254 ◦ green 245 ◦ blue 222

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

Shades of Early Dawn #FEF5DE

Tints of Early Dawn #FEF5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 30.79%

R = 35.23%
G = 33.98%
B = 30.79%

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

#FEF5DE (or 0xFEF5DE) is known color: Early Dawn. HEX triplet: FE, F5 and DE. RGB value is (254,245,222). Sum of RGB (Red+Green+Blue) = 254+245+222=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 222 (87.11% from 255 or 30.79% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5DE is #010A21. Grayscale: #F5F5F5. Windows color (decimal): -68130 or 14611966. OLE color: 14611966.

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

Color convert

RGB 254 245 222 -
CMYK 0 0.04 0.13 0.00
HSL 43.13º 0.94% 0.93% -
HSV(B) 43.13º 0.13% 1% -
XYZ 86.71 91.65 82.23 -
YUV 245.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 254 245 222 0 0.04 0.13 0.00 43.13 0.94 0.93
Hex FE F5 DE 0 4 D 0 2B 5E 5D
Octal 376 365 336 0 4 15 0 53 136 135
Binary 11111110 11110101 11011110 0 100 1101 0 101011 1011110 1011101

Color Harmonies of #FEF5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5DE

Black with #FEF5DE

Text Example


Text Example

White with #FEF5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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