Shades of Classic Rose #FCC4DD
Tints of Classic Rose #FCC4DD
RGB
CMYK
RGB Variations
Color information
#FCC4DD (or 0xFCC4DD) is known color: Classic Rose. HEX triplet: FC, C4 and DD. RGB value is (252,196,221). Sum of RGB (Red+Green+Blue) = 252+196+221=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4DD is #033B22. Grayscale: #D7D7D7. Windows color (decimal): -211747 or 14533884. OLE color: 14533884.
HSL color Cylindrical-coordinate representation of color #FCC4DD: hue angle of 333.21º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC4DD is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 221 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.01 |
| HSL | 333.21º | 0.9% | 0.88% | - |
| HSV(B) | 333.21º | 0.22% | 0.99% | - |
| XYZ | 72.94 | 65.4 | 77.19 | - |
| YUV | 215.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 221 | 0 | 0.22 | 0.12 | 0.01 | 333.21 | 0.9 | 0.88 |
| Hex | FC | C4 | DD | 0 | 16 | C | 1 | 14D | 5A | 58 |
| Octal | 374 | 304 | 335 | 0 | 26 | 14 | 1 | 515 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11011101 | 0 | 10110 | 1100 | 1 | 101001101 | 1011010 | 1011000 |
Color Harmonies of #FCC4DD
Complementary color
Monochromatic Colors of #FCC4DD
Black with #FCC4DD
Text Example
Text Example
White with #FCC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4DD; }
p { color: rgb(252,196,221); }
H1.HeaderClassName
{
color: #FCC4DD;
}
.AnyTagClassName
{
color: #FCC4DD;
}
</style>
background-color css
<style>
a { background-color: #FCC4DD; }
a { background-color: rgb(252,196,221); }
div.DivClassName
{
background-color: #FCC4DD;
}
.BgClassName
{
background-color: #FCC4DD;
}
</style>
border-color css
<style>
span { border-color: #FCC4DD; }
span { border-color: rgb(252,196,221); }
td.TdClassName
{
border-color: #FCC4DD;
}
.TagClassName
{
border-color: #FCC4DD;
}
</style>