#FCE8E6

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

Shades of Misty Rose #FCE8E6

Tints of Misty Rose #FCE8E6

Color information

#FCE8E6 (or 0xFCE8E6) is unknown color: approx Misty Rose. HEX triplet: FC, E8 and E6. RGB value is (252,232,230). Sum of RGB (Red+Green+Blue) = 252+232+230=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 232 (91.02% from 255 or 32.49% from 714); Blue value is 230 (90.23% from 255 or 32.21% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8E6 is #031719. Grayscale: #EDEDED. Windows color (decimal): -202522 or 15132924. OLE color: 15132924.

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

Color convert

RGB252232230-
CMYK00.080.090.01
HSL5.45º78.57%94.51%-
HSV(B)5.45º8.73%98.82%-
XYZ83.2884.1286.71-
YUV237.75123.63138.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 232 (91.02% from 255) = 32.49%
BLUE value IS 230 (90.23% from 255) = 32.21%
R=35.29%
G=32.49%
B=32.21%

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
Decimal25223223000.080.090.015.4578.5794.51
HexFCE8E6089154f5f
Octal3743503460101115117137
Binary111111001110100011100110010001001110110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE8E6; }

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

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

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

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

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

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

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

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