Shades of Classic Rose #FFC9DC
Tints of Classic Rose #FFC9DC
RGB
CMYK
RGB Variations
Color information
#FFC9DC (or 0xFFC9DC) is known color: Classic Rose. HEX triplet: FF, C9 and DC. RGB value is (255,201,220). Sum of RGB (Red+Green+Blue) = 255+201+220=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9DC is #003623. Grayscale: #DBDBDB. Windows color (decimal): -13860 or 14469631. OLE color: 14469631.
HSL color Cylindrical-coordinate representation of color #FFC9DC: hue angle of 338.89º 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 #FFC9DC is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 220 | - |
| CMYK | 0 | 0.21 | 0.14 | 0 |
| HSL | 338.89º | 1% | 0.89% | - |
| HSV(B) | 338.89º | 0.21% | 1% | - |
| XYZ | 75.04 | 68.2 | 76.92 | - |
| YUV | 219.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 220 | 0 | 0.21 | 0.14 | 0 | 338.89 | 1 | 0.89 |
| Hex | FF | C9 | DC | 0 | 15 | E | 0 | 153 | 64 | 59 |
| Octal | 377 | 311 | 334 | 0 | 25 | 16 | 0 | 523 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11011100 | 0 | 10101 | 1110 | 0 | 101010011 | 1100100 | 1011001 |
Color Harmonies of #FFC9DC
Complementary color
Monochromatic Colors of #FFC9DC
Black with #FFC9DC
Text Example
Text Example
White with #FFC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9DC; }
p { color: rgb(255,201,220); }
H1.HeaderClassName
{
color: #FFC9DC;
}
.AnyTagClassName
{
color: #FFC9DC;
}
</style>
background-color css
<style>
a { background-color: #FFC9DC; }
a { background-color: rgb(255,201,220); }
div.DivClassName
{
background-color: #FFC9DC;
}
.BgClassName
{
background-color: #FFC9DC;
}
</style>
border-color css
<style>
span { border-color: #FFC9DC; }
span { border-color: rgb(255,201,220); }
td.TdClassName
{
border-color: #FFC9DC;
}
.TagClassName
{
border-color: #FFC9DC;
}
</style>