Shades of Misty Rose #FCDEDC
Tints of Misty Rose #FCDEDC
RGB
CMYK
RGB Variations
Color information
#FCDEDC (or 0xFCDEDC) is known color: Misty Rose. HEX triplet: FC, DE and DC. RGB value is (252,222,220). Sum of RGB (Red+Green+Blue) = 252+222+220=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEDC is #032123. Grayscale: #E6E6E6. Windows color (decimal): -205092 or 14475004. OLE color: 14475004.
HSL color Cylindrical-coordinate representation of color #FCDEDC: hue angle of 3.75º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDEDC is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 220 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.01 |
| HSL | 3.75º | 0.84% | 0.93% | - |
| HSV(B) | 3.75º | 0.13% | 0.99% | - |
| XYZ | 79.18 | 78.11 | 78.61 | - |
| YUV | 230.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 220 | 0 | 0.12 | 0.13 | 0.01 | 3.75 | 0.84 | 0.93 |
| Hex | FC | DE | DC | 0 | C | D | 1 | 4 | 54 | 5D |
| Octal | 374 | 336 | 334 | 0 | 14 | 15 | 1 | 4 | 124 | 135 |
| Binary | 11111100 | 11011110 | 11011100 | 0 | 1100 | 1101 | 1 | 100 | 1010100 | 1011101 |
Color Harmonies of #FCDEDC
Complementary color
Monochromatic Colors of #FCDEDC
Black with #FCDEDC
Text Example
Text Example
White with #FCDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEDC; }
p { color: rgb(252,222,220); }
H1.HeaderClassName
{
color: #FCDEDC;
}
.AnyTagClassName
{
color: #FCDEDC;
}
</style>
background-color css
<style>
a { background-color: #FCDEDC; }
a { background-color: rgb(252,222,220); }
div.DivClassName
{
background-color: #FCDEDC;
}
.BgClassName
{
background-color: #FCDEDC;
}
</style>
border-color css
<style>
span { border-color: #FCDEDC; }
span { border-color: rgb(252,222,220); }
td.TdClassName
{
border-color: #FCDEDC;
}
.TagClassName
{
border-color: #FCDEDC;
}
</style>