Shades of Classic Rose #FFC9DF
Tints of Classic Rose #FFC9DF
RGB
CMYK
RGB Variations
Color information
#FFC9DF (or 0xFFC9DF) is known color: Classic Rose. HEX triplet: FF, C9 and DF. RGB value is (255,201,223). Sum of RGB (Red+Green+Blue) = 255+201+223=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9DF is #003620. Grayscale: #DBDBDB. Windows color (decimal): -13857 or 14666239. OLE color: 14666239.
HSL color Cylindrical-coordinate representation of color #FFC9DF: hue angle of 335.56º 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 #FFC9DF is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 223 | - |
| CMYK | 0 | 0.21 | 0.13 | 0 |
| HSL | 335.56º | 1% | 0.89% | - |
| HSV(B) | 335.56º | 0.21% | 1% | - |
| XYZ | 75.45 | 68.36 | 79.03 | - |
| YUV | 219.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 223 | 0 | 0.21 | 0.13 | 0 | 335.56 | 1 | 0.89 |
| Hex | FF | C9 | DF | 0 | 15 | D | 0 | 150 | 64 | 59 |
| Octal | 377 | 311 | 337 | 0 | 25 | 15 | 0 | 520 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11011111 | 0 | 10101 | 1101 | 0 | 101010000 | 1100100 | 1011001 |
Color Harmonies of #FFC9DF
Complementary color
Monochromatic Colors of #FFC9DF
Black with #FFC9DF
Text Example
Text Example
White with #FFC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9DF; }
p { color: rgb(255,201,223); }
H1.HeaderClassName
{
color: #FFC9DF;
}
.AnyTagClassName
{
color: #FFC9DF;
}
</style>
background-color css
<style>
a { background-color: #FFC9DF; }
a { background-color: rgb(255,201,223); }
div.DivClassName
{
background-color: #FFC9DF;
}
.BgClassName
{
background-color: #FFC9DF;
}
</style>
border-color css
<style>
span { border-color: #FFC9DF; }
span { border-color: rgb(255,201,223); }
td.TdClassName
{
border-color: #FFC9DF;
}
.TagClassName
{
border-color: #FFC9DF;
}
</style>