Shades of Classic Rose #FCC2DA
Tints of Classic Rose #FCC2DA
RGB
CMYK
RGB Variations
Color information
#FCC2DA (or 0xFCC2DA) is known color: Classic Rose. HEX triplet: FC, C2 and DA. RGB value is (252,194,218). Sum of RGB (Red+Green+Blue) = 252+194+218=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2DA is #033D25. Grayscale: #D6D6D6. Windows color (decimal): -212262 or 14336764. OLE color: 14336764.
HSL color Cylindrical-coordinate representation of color #FCC2DA: hue angle of 335.17º 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 #FCC2DA is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 218 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.01 |
| HSL | 335.17º | 0.91% | 0.87% | - |
| HSV(B) | 335.17º | 0.23% | 0.99% | - |
| XYZ | 72.09 | 64.34 | 74.95 | - |
| YUV | 214.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 218 | 0 | 0.23 | 0.13 | 0.01 | 335.17 | 0.91 | 0.87 |
| Hex | FC | C2 | DA | 0 | 17 | D | 1 | 14F | 5B | 57 |
| Octal | 374 | 302 | 332 | 0 | 27 | 15 | 1 | 517 | 133 | 127 |
| Binary | 11111100 | 11000010 | 11011010 | 0 | 10111 | 1101 | 1 | 101001111 | 1011011 | 1010111 |
Color Harmonies of #FCC2DA
Complementary color
Monochromatic Colors of #FCC2DA
Black with #FCC2DA
Text Example
Text Example
White with #FCC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2DA; }
p { color: rgb(252,194,218); }
H1.HeaderClassName
{
color: #FCC2DA;
}
.AnyTagClassName
{
color: #FCC2DA;
}
</style>
background-color css
<style>
a { background-color: #FCC2DA; }
a { background-color: rgb(252,194,218); }
div.DivClassName
{
background-color: #FCC2DA;
}
.BgClassName
{
background-color: #FCC2DA;
}
</style>
border-color css
<style>
span { border-color: #FCC2DA; }
span { border-color: rgb(252,194,218); }
td.TdClassName
{
border-color: #FCC2DA;
}
.TagClassName
{
border-color: #FCC2DA;
}
</style>