#FEEAE8

Color #FEEAE8 Misty Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Misty Rose #FEEAE8

Tints of Misty Rose #FEEAE8

Color information

#FEEAE8 (or 0xFEEAE8) is unknown color: approx Misty Rose. HEX triplet: FE, EA and E8. RGB value is (254,234,232). Sum of RGB (Red+Green+Blue) = 254+234+232=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 234 (91.80% from 255 or 32.5% from 720); Blue value is 232 (91.02% from 255 or 32.22% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAE8 is #011517. Grayscale: #EFEFEF. Windows color (decimal): -70936 or 15264510. OLE color: 15264510.

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

Color convert

RGB254234232-
CMYK00.080.090.00
HSL5.45º91.67%95.29%-
HSV(B)5.45º8.66%99.61%-
XYZ84.8685.7488.42-
YUV239.75123.63138.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.28%
GREEN value IS 234 (91.80% from 255) = 32.5%
BLUE value IS 232 (91.02% from 255) = 32.22%
R=35.28%
G=32.5%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423423200.080.090.005.4591.6795.29
HexFEEAE8089055c5f
Octal3763523500101105134137
Binary111111101110101011101000010001001010110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAE8; }

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

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

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

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

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

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

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

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