Shades of Classic Rose #FCC4DF
Tints of Classic Rose #FCC4DF
RGB
CMYK
RGB Variations
Color information
#FCC4DF (or 0xFCC4DF) is known color: Classic Rose. HEX triplet: FC, C4 and DF. RGB value is (252,196,223). Sum of RGB (Red+Green+Blue) = 252+196+223=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4DF is #033B20. Grayscale: #D7D7D7. Windows color (decimal): -211745 or 14664956. OLE color: 14664956.
HSL color Cylindrical-coordinate representation of color #FCC4DF: hue angle of 331.07º 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 #FCC4DF is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 223 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.01 |
| HSL | 331.07º | 0.9% | 0.88% | - |
| HSV(B) | 331.07º | 0.22% | 0.99% | - |
| XYZ | 73.2 | 65.5 | 78.6 | - |
| YUV | 215.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 223 | 0 | 0.22 | 0.12 | 0.01 | 331.07 | 0.9 | 0.88 |
| Hex | FC | C4 | DF | 0 | 16 | C | 1 | 14B | 5A | 58 |
| Octal | 374 | 304 | 337 | 0 | 26 | 14 | 1 | 513 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11011111 | 0 | 10110 | 1100 | 1 | 101001011 | 1011010 | 1011000 |
Color Harmonies of #FCC4DF
Complementary color
Monochromatic Colors of #FCC4DF
Black with #FCC4DF
Text Example
Text Example
White with #FCC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4DF; }
p { color: rgb(252,196,223); }
H1.HeaderClassName
{
color: #FCC4DF;
}
.AnyTagClassName
{
color: #FCC4DF;
}
</style>
background-color css
<style>
a { background-color: #FCC4DF; }
a { background-color: rgb(252,196,223); }
div.DivClassName
{
background-color: #FCC4DF;
}
.BgClassName
{
background-color: #FCC4DF;
}
</style>
border-color css
<style>
span { border-color: #FCC4DF; }
span { border-color: rgb(252,196,223); }
td.TdClassName
{
border-color: #FCC4DF;
}
.TagClassName
{
border-color: #FCC4DF;
}
</style>