Shades of Classic Rose #FFC9DD
Tints of Classic Rose #FFC9DD
RGB
CMYK
RGB Variations
Color information
#FFC9DD (or 0xFFC9DD) is known color: Classic Rose. HEX triplet: FF, C9 and DD. RGB value is (255,201,221). Sum of RGB (Red+Green+Blue) = 255+201+221=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9DD is #003622. Grayscale: #DBDBDB. Windows color (decimal): -13859 or 14535167. OLE color: 14535167.
HSL color Cylindrical-coordinate representation of color #FFC9DD: hue angle of 337.78º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFC9DD is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 221 | - |
| CMYK | 0 | 0.21 | 0.13 | 0 |
| HSL | 337.78º | 1% | 0.89% | - |
| HSV(B) | 337.78º | 0.21% | 1% | - |
| XYZ | 75.18 | 68.25 | 77.62 | - |
| YUV | 219.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 221 | 0 | 0.21 | 0.13 | 0 | 337.78 | 1 | 0.89 |
| Hex | FF | C9 | DD | 0 | 15 | D | 0 | 152 | 64 | 59 |
| Octal | 377 | 311 | 335 | 0 | 25 | 15 | 0 | 522 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11011101 | 0 | 10101 | 1101 | 0 | 101010010 | 1100100 | 1011001 |
Color Harmonies of #FFC9DD
Complementary color
Monochromatic Colors of #FFC9DD
Black with #FFC9DD
Text Example
Text Example
White with #FFC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9DD; }
p { color: rgb(255,201,221); }
H1.HeaderClassName
{
color: #FFC9DD;
}
.AnyTagClassName
{
color: #FFC9DD;
}
</style>
background-color css
<style>
a { background-color: #FFC9DD; }
a { background-color: rgb(255,201,221); }
div.DivClassName
{
background-color: #FFC9DD;
}
.BgClassName
{
background-color: #FFC9DD;
}
</style>
border-color css
<style>
span { border-color: #FFC9DD; }
span { border-color: rgb(255,201,221); }
td.TdClassName
{
border-color: #FFC9DD;
}
.TagClassName
{
border-color: #FFC9DD;
}
</style>