#FEE6E4

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

Shades of Misty Rose #FEE6E4

Tints of Misty Rose #FEE6E4

Color information

#FEE6E4 (or 0xFEE6E4) is unknown color: approx Misty Rose. HEX triplet: FE, E6 and E4. RGB value is (254,230,228). Sum of RGB (Red+Green+Blue) = 254+230+228=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 228 (89.45% from 255 or 32.02% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6E4 is #01191B. Grayscale: #ECECEC. Windows color (decimal): -71964 or 15001342. OLE color: 15001342.

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

Color convert

RGB254230228-
CMYK00.090.100.00
HSL4.62º92.86%94.51%-
HSV(B)4.62º10.24%99.61%-
XYZ83.1783.2785.09-
YUV236.95122.95140.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 230 (90.23% from 255) = 32.30%
BLUE value IS 228 (89.45% from 255) = 32.02%
R=35.67%
G=32.30%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423022800.090.100.004.6292.8694.51
HexFEE6E409A055d5f
Octal3763463440111205135137
Binary111111101110011011100100010011010010110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6E4; }

 p { color: rgb(254,230,228); }

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

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

 a { background-color: rgb(254,230,228); }

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

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

 span { border-color: rgb(254,230,228); }

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