Shades of Classic Rose #FCC4DC
Tints of Classic Rose #FCC4DC
RGB
CMYK
RGB Variations
Color information
#FCC4DC (or 0xFCC4DC) is known color: Classic Rose. HEX triplet: FC, C4 and DC. RGB value is (252,196,220). Sum of RGB (Red+Green+Blue) = 252+196+220=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4DC is #033B23. Grayscale: #D7D7D7. Windows color (decimal): -211748 or 14468348. OLE color: 14468348.
HSL color Cylindrical-coordinate representation of color #FCC4DC: hue angle of 334.29º 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 #FCC4DC is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 220 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.01 |
| HSL | 334.29º | 0.9% | 0.88% | - |
| HSV(B) | 334.29º | 0.22% | 0.99% | - |
| XYZ | 72.8 | 65.34 | 76.49 | - |
| YUV | 215.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 220 | 0 | 0.22 | 0.13 | 0.01 | 334.29 | 0.9 | 0.88 |
| Hex | FC | C4 | DC | 0 | 16 | D | 1 | 14E | 5A | 58 |
| Octal | 374 | 304 | 334 | 0 | 26 | 15 | 1 | 516 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11011100 | 0 | 10110 | 1101 | 1 | 101001110 | 1011010 | 1011000 |
Color Harmonies of #FCC4DC
Complementary color
Monochromatic Colors of #FCC4DC
Black with #FCC4DC
Text Example
Text Example
White with #FCC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4DC; }
p { color: rgb(252,196,220); }
H1.HeaderClassName
{
color: #FCC4DC;
}
.AnyTagClassName
{
color: #FCC4DC;
}
</style>
background-color css
<style>
a { background-color: #FCC4DC; }
a { background-color: rgb(252,196,220); }
div.DivClassName
{
background-color: #FCC4DC;
}
.BgClassName
{
background-color: #FCC4DC;
}
</style>
border-color css
<style>
span { border-color: #FCC4DC; }
span { border-color: rgb(252,196,220); }
td.TdClassName
{
border-color: #FCC4DC;
}
.TagClassName
{
border-color: #FCC4DC;
}
</style>