#FCE9E6

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

Shades of Misty Rose #FCE9E6

Tints of Misty Rose #FCE9E6

Color information

#FCE9E6 (or 0xFCE9E6) is unknown color: approx Misty Rose. HEX triplet: FC, E9 and E6. RGB value is (252,233,230). Sum of RGB (Red+Green+Blue) = 252+233+230=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 233 (91.41% from 255 or 32.59% from 715); Blue value is 230 (90.23% from 255 or 32.17% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9E6 is #031619. Grayscale: #EEEEEE. Windows color (decimal): -202266 or 15133180. OLE color: 15133180.

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

Color convert

RGB252233230-
CMYK00.080.090.01
HSL8.18º78.57%94.51%-
HSV(B)8.18º8.73%98.82%-
XYZ83.5784.6986.8-
YUV238.34123.29137.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.24%
GREEN value IS 233 (91.41% from 255) = 32.59%
BLUE value IS 230 (90.23% from 255) = 32.17%
R=35.24%
G=32.59%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223323000.080.090.018.1878.5794.51
HexFCE9E6089184f5f
Octal37435134601011110117137
Binary1111110011101001111001100100010011100010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9E6; }

 p { color: rgb(252,233,230); }

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

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

 a { background-color: rgb(252,233,230); }

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

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

 span { border-color: rgb(252,233,230); }

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