Shades of Classic Rose #FFC9E6
Tints of Classic Rose #FFC9E6
RGB
CMYK
RGB Variations
Color information
#FFC9E6 (or 0xFFC9E6) is known color: Classic Rose. HEX triplet: FF, C9 and E6. RGB value is (255,201,230). Sum of RGB (Red+Green+Blue) = 255+201+230=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 201 (78.91% from 255 or 29.30% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9E6 is #003619. Grayscale: #DCDCDC. Windows color (decimal): -13850 or 15124991. OLE color: 15124991.
HSL color Cylindrical-coordinate representation of color #FFC9E6: hue angle of 327.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 #FFC9E6 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 230 | - |
| CMYK | 0 | 0.21 | 0.10 | 0 |
| HSL | 327.78º | 1% | 0.89% | - |
| HSV(B) | 327.78º | 0.21% | 1% | - |
| XYZ | 76.41 | 68.75 | 84.11 | - |
| YUV | 220.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 230 | 0 | 0.21 | 0.10 | 0 | 327.78 | 1 | 0.89 |
| Hex | FF | C9 | E6 | 0 | 15 | A | 0 | 148 | 64 | 59 |
| Octal | 377 | 311 | 346 | 0 | 25 | 12 | 0 | 510 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11100110 | 0 | 10101 | 1010 | 0 | 101001000 | 1100100 | 1011001 |
Color Harmonies of #FFC9E6
Complementary color
Monochromatic Colors of #FFC9E6
Black with #FFC9E6
Text Example
Text Example
White with #FFC9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9E6; }
p { color: rgb(255,201,230); }
H1.HeaderClassName
{
color: #FFC9E6;
}
.AnyTagClassName
{
color: #FFC9E6;
}
</style>
background-color css
<style>
a { background-color: #FFC9E6; }
a { background-color: rgb(255,201,230); }
div.DivClassName
{
background-color: #FFC9E6;
}
.BgClassName
{
background-color: #FFC9E6;
}
</style>
border-color css
<style>
span { border-color: #FFC9E6; }
span { border-color: rgb(255,201,230); }
td.TdClassName
{
border-color: #FFC9E6;
}
.TagClassName
{
border-color: #FFC9E6;
}
</style>