Shades of Classic Rose #FCC3D9
Tints of Classic Rose #FCC3D9
RGB
CMYK
RGB Variations
Color information
#FCC3D9 (or 0xFCC3D9) is known color: Classic Rose. HEX triplet: FC, C3 and D9. RGB value is (252,195,217). Sum of RGB (Red+Green+Blue) = 252+195+217=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 195 (76.56% from 255 or 29.37% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3D9 is #033C26. Grayscale: #D6D6D6. Windows color (decimal): -212007 or 14271484. OLE color: 14271484.
HSL color Cylindrical-coordinate representation of color #FCC3D9: hue angle of 336.84º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3D9 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 217 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.01 |
| HSL | 336.84º | 0.9% | 0.88% | - |
| HSV(B) | 336.84º | 0.23% | 0.99% | - |
| XYZ | 72.18 | 64.74 | 74.34 | - |
| YUV | 214.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 217 | 0 | 0.23 | 0.14 | 0.01 | 336.84 | 0.9 | 0.88 |
| Hex | FC | C3 | D9 | 0 | 17 | E | 1 | 151 | 5A | 58 |
| Octal | 374 | 303 | 331 | 0 | 27 | 16 | 1 | 521 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11011001 | 0 | 10111 | 1110 | 1 | 101010001 | 1011010 | 1011000 |
Color Harmonies of #FCC3D9
Complementary color
Monochromatic Colors of #FCC3D9
Black with #FCC3D9
Text Example
Text Example
White with #FCC3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3D9; }
p { color: rgb(252,195,217); }
H1.HeaderClassName
{
color: #FCC3D9;
}
.AnyTagClassName
{
color: #FCC3D9;
}
</style>
background-color css
<style>
a { background-color: #FCC3D9; }
a { background-color: rgb(252,195,217); }
div.DivClassName
{
background-color: #FCC3D9;
}
.BgClassName
{
background-color: #FCC3D9;
}
</style>
border-color css
<style>
span { border-color: #FCC3D9; }
span { border-color: rgb(252,195,217); }
td.TdClassName
{
border-color: #FCC3D9;
}
.TagClassName
{
border-color: #FCC3D9;
}
</style>