Html Css Color HEX #FEF4DC Early Dawn

📋 copy color: '#FEF4DC'

red 254 ◦ green 244 ◦ blue 220

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

Shades of Early Dawn #FEF4DC

Tints of Early Dawn #FEF4DC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 33.98%

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

R = 35.38%
G = 33.98%
B = 30.64%

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

#FEF4DC (or 0xFEF4DC) is known color: Early Dawn. HEX triplet: FE, F4 and DC. RGB value is (254,244,220). Sum of RGB (Red+Green+Blue) = 254+244+220=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 244 (95.70% from 255 or 33.98% from 718); Blue value is 220 (86.33% from 255 or 30.64% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4DC is #010B23. Grayscale: #F4F4F4. Windows color (decimal): -68388 or 14480638. OLE color: 14480638.

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

Color convert

RGB 254 244 220 -
CMYK 0 0.04 0.13 0.00
HSL 42.35º 0.94% 0.93% -
HSV(B) 42.35º 0.13% 1% -
XYZ 86.14 90.94 80.72 -
YUV 244.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 254 244 220 0 0.04 0.13 0.00 42.35 0.94 0.93
Hex FE F4 DC 0 4 D 0 2A 5E 5D
Octal 376 364 334 0 4 15 0 52 136 135
Binary 11111110 11110100 11011100 0 100 1101 0 101010 1011110 1011101

Color Harmonies of #FEF4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF4DC

Black with #FEF4DC

Text Example


Text Example

White with #FEF4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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