Shades of Classic Rose #FCD0EE
Tints of Classic Rose #FCD0EE
RGB
CMYK
RGB Variations
Color information
#FCD0EE (or 0xFCD0EE) is known color: Classic Rose. HEX triplet: FC, D0 and EE. RGB value is (252,208,238). Sum of RGB (Red+Green+Blue) = 252+208+238=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 208 (81.64% from 255 or 29.80% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD0EE is #032F11. Grayscale: #E0E0E0. Windows color (decimal): -208658 or 15651068. OLE color: 15651068.
HSL color Cylindrical-coordinate representation of color #FCD0EE: hue angle of 319.09º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD0EE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 238 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.01 |
| HSL | 319.09º | 0.88% | 0.9% | - |
| HSV(B) | 319.09º | 0.17% | 0.99% | - |
| XYZ | 78.13 | 71.98 | 90.66 | - |
| YUV | 224.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 238 | 0 | 0.17 | 0.06 | 0.01 | 319.09 | 0.88 | 0.9 |
| Hex | FC | D0 | EE | 0 | 11 | 6 | 1 | 13F | 58 | 5A |
| Octal | 374 | 320 | 356 | 0 | 21 | 6 | 1 | 477 | 130 | 132 |
| Binary | 11111100 | 11010000 | 11101110 | 0 | 10001 | 110 | 1 | 100111111 | 1011000 | 1011010 |
Color Harmonies of #FCD0EE
Complementary color
Monochromatic Colors of #FCD0EE
Black with #FCD0EE
Text Example
Text Example
White with #FCD0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0EE; }
p { color: rgb(252,208,238); }
H1.HeaderClassName
{
color: #FCD0EE;
}
.AnyTagClassName
{
color: #FCD0EE;
}
</style>
background-color css
<style>
a { background-color: #FCD0EE; }
a { background-color: rgb(252,208,238); }
div.DivClassName
{
background-color: #FCD0EE;
}
.BgClassName
{
background-color: #FCD0EE;
}
</style>
border-color css
<style>
span { border-color: #FCD0EE; }
span { border-color: rgb(252,208,238); }
td.TdClassName
{
border-color: #FCD0EE;
}
.TagClassName
{
border-color: #FCD0EE;
}
</style>