Shades of Classic Rose #FFC2DD
Tints of Classic Rose #FFC2DD
RGB
CMYK
RGB Variations
Color information
#FFC2DD (or 0xFFC2DD) is known color: Classic Rose. HEX triplet: FF, C2 and DD. RGB value is (255,194,221). Sum of RGB (Red+Green+Blue) = 255+194+221=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 194 (76.17% from 255 or 28.96% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2DD is #003D22. Grayscale: #D7D7D7. Windows color (decimal): -15651 or 14533375. OLE color: 14533375.
HSL color Cylindrical-coordinate representation of color #FFC2DD: hue angle of 333.44º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC2DD is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 221 | - |
| CMYK | 0 | 0.24 | 0.13 | 0 |
| HSL | 333.44º | 1% | 0.88% | - |
| HSV(B) | 333.44º | 0.24% | 1% | - |
| XYZ | 73.58 | 65.06 | 77.09 | - |
| YUV | 215.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 221 | 0 | 0.24 | 0.13 | 0 | 333.44 | 1 | 0.88 |
| Hex | FF | C2 | DD | 0 | 18 | D | 0 | 14D | 64 | 58 |
| Octal | 377 | 302 | 335 | 0 | 30 | 15 | 0 | 515 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11011101 | 0 | 11000 | 1101 | 0 | 101001101 | 1100100 | 1011000 |
Color Harmonies of #FFC2DD
Complementary color
Monochromatic Colors of #FFC2DD
Black with #FFC2DD
Text Example
Text Example
White with #FFC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2DD; }
p { color: rgb(255,194,221); }
H1.HeaderClassName
{
color: #FFC2DD;
}
.AnyTagClassName
{
color: #FFC2DD;
}
</style>
background-color css
<style>
a { background-color: #FFC2DD; }
a { background-color: rgb(255,194,221); }
div.DivClassName
{
background-color: #FFC2DD;
}
.BgClassName
{
background-color: #FFC2DD;
}
</style>
border-color css
<style>
span { border-color: #FFC2DD; }
span { border-color: rgb(255,194,221); }
td.TdClassName
{
border-color: #FFC2DD;
}
.TagClassName
{
border-color: #FFC2DD;
}
</style>