#FEEAE7

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

Shades of Misty Rose #FEEAE7

Tints of Misty Rose #FEEAE7

Color information

#FEEAE7 (or 0xFEEAE7) is unknown color: approx Misty Rose. HEX triplet: FE, EA and E7. RGB value is (254,234,231). Sum of RGB (Red+Green+Blue) = 254+234+231=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 231 (90.62% from 255 or 32.13% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAE7 is #011518. Grayscale: #EFEFEF. Windows color (decimal): -70937 or 15198974. OLE color: 15198974.

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

Color convert

RGB254234231-
CMYK00.080.090.00
HSL7.83º92%95.1%-
HSV(B)7.83º9.06%99.61%-
XYZ84.7285.6987.68-
YUV239.64123.13138.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 234 (91.80% from 255) = 32.55%
BLUE value IS 231 (90.62% from 255) = 32.13%
R=35.33%
G=32.55%
B=32.13%

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
Decimal25423423100.080.090.007.839295.1
HexFEEAE7089085c5f
Octal37635234701011010134137
Binary1111111011101010111001110100010010100010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAE7; }

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

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

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

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

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

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

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

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