Shades of Classic Rose #FCC1DD
Tints of Classic Rose #FCC1DD
RGB
CMYK
RGB Variations
Color information
#FCC1DD (or 0xFCC1DD) is known color: Classic Rose. HEX triplet: FC, C1 and DD. RGB value is (252,193,221). Sum of RGB (Red+Green+Blue) = 252+193+221=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1DD is #033E22. Grayscale: #D5D5D5. Windows color (decimal): -212515 or 14533116. OLE color: 14533116.
HSL color Cylindrical-coordinate representation of color #FCC1DD: hue angle of 331.53º 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 #FCC1DD is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 221 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.01 |
| HSL | 331.53º | 0.91% | 0.87% | - |
| HSV(B) | 331.53º | 0.23% | 0.99% | - |
| XYZ | 72.27 | 64.06 | 76.96 | - |
| YUV | 213.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 221 | 0 | 0.23 | 0.12 | 0.01 | 331.53 | 0.91 | 0.87 |
| Hex | FC | C1 | DD | 0 | 17 | C | 1 | 14C | 5B | 57 |
| Octal | 374 | 301 | 335 | 0 | 27 | 14 | 1 | 514 | 133 | 127 |
| Binary | 11111100 | 11000001 | 11011101 | 0 | 10111 | 1100 | 1 | 101001100 | 1011011 | 1010111 |
Color Harmonies of #FCC1DD
Complementary color
Monochromatic Colors of #FCC1DD
Black with #FCC1DD
Text Example
Text Example
White with #FCC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1DD; }
p { color: rgb(252,193,221); }
H1.HeaderClassName
{
color: #FCC1DD;
}
.AnyTagClassName
{
color: #FCC1DD;
}
</style>
background-color css
<style>
a { background-color: #FCC1DD; }
a { background-color: rgb(252,193,221); }
div.DivClassName
{
background-color: #FCC1DD;
}
.BgClassName
{
background-color: #FCC1DD;
}
</style>
border-color css
<style>
span { border-color: #FCC1DD; }
span { border-color: rgb(252,193,221); }
td.TdClassName
{
border-color: #FCC1DD;
}
.TagClassName
{
border-color: #FCC1DD;
}
</style>