Html Css Color HEX #FEE8E5 Misty Rose

📋 copy color: '#FEE8E5'

red 254 ◦ green 232 ◦ blue 229

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

Shades of Misty Rose #FEE8E5

Tints of Misty Rose #FEE8E5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.45%

 BLUE value IS 229 (89.84% from 255) = 32.03%

R = 35.52%
G = 32.45%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEE8E5 (or 0xFEE8E5) is known color: Misty Rose. HEX triplet: FE, E8 and E5. RGB value is (254,232,229). Sum of RGB (Red+Green+Blue) = 254+232+229=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 232 (91.02% from 255 or 32.45% from 715); Blue value is 229 (89.84% from 255 or 32.03% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8E5 is #01171A. Grayscale: #EEEEEE. Windows color (decimal): -71451 or 15067390. OLE color: 15067390.

HSL color Cylindrical-coordinate representation of color #FEE8E5: hue angle of 7.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE8E5 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 232 229 -
CMYK 0 0.09 0.10 0.00
HSL 7.2º 0.93% 0.95% -
HSV(B) 7.2º 0.1% 1% -
XYZ 83.87 84.44 86.01 -
YUV 238.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 254 232 229 0 0.09 0.10 0.00 7.2 0.93 0.95
Hex FE E8 E5 0 9 A 0 7 5D 5F
Octal 376 350 345 0 11 12 0 7 135 137
Binary 11111110 11101000 11100101 0 1001 1010 0 111 1011101 1011111

Color Harmonies of #FEE8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE8E5

Black with #FEE8E5

Text Example


Text Example

White with #FEE8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE8E5; }

 p { color: rgb(254,232,229); }

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

background-color css

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

 a { background-color: rgb(254,232,229); }

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

border-color css

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

 span { border-color: rgb(254,232,229); }

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