Shades of Classic Rose #FCC2D9
Tints of Classic Rose #FCC2D9
RGB
CMYK
RGB Variations
Color information
#FCC2D9 (or 0xFCC2D9) is known color: Classic Rose. HEX triplet: FC, C2 and D9. RGB value is (252,194,217). Sum of RGB (Red+Green+Blue) = 252+194+217=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2D9 is #033D26. Grayscale: #D5D5D5. Windows color (decimal): -212263 or 14271228. OLE color: 14271228.
HSL color Cylindrical-coordinate representation of color #FCC2D9: hue angle of 336.21º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC2D9 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 217 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.01 |
| HSL | 336.21º | 0.91% | 0.87% | - |
| HSV(B) | 336.21º | 0.23% | 0.99% | - |
| XYZ | 71.96 | 64.29 | 74.26 | - |
| YUV | 213.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 217 | 0 | 0.23 | 0.14 | 0.01 | 336.21 | 0.91 | 0.87 |
| Hex | FC | C2 | D9 | 0 | 17 | E | 1 | 150 | 5B | 57 |
| Octal | 374 | 302 | 331 | 0 | 27 | 16 | 1 | 520 | 133 | 127 |
| Binary | 11111100 | 11000010 | 11011001 | 0 | 10111 | 1110 | 1 | 101010000 | 1011011 | 1010111 |
Color Harmonies of #FCC2D9
Complementary color
Monochromatic Colors of #FCC2D9
Black with #FCC2D9
Text Example
Text Example
White with #FCC2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2D9; }
p { color: rgb(252,194,217); }
H1.HeaderClassName
{
color: #FCC2D9;
}
.AnyTagClassName
{
color: #FCC2D9;
}
</style>
background-color css
<style>
a { background-color: #FCC2D9; }
a { background-color: rgb(252,194,217); }
div.DivClassName
{
background-color: #FCC2D9;
}
.BgClassName
{
background-color: #FCC2D9;
}
</style>
border-color css
<style>
span { border-color: #FCC2D9; }
span { border-color: rgb(252,194,217); }
td.TdClassName
{
border-color: #FCC2D9;
}
.TagClassName
{
border-color: #FCC2D9;
}
</style>