Shades of Classic Rose #FFC9E8
Tints of Classic Rose #FFC9E8
RGB
CMYK
RGB Variations
Color information
#FFC9E8 (or 0xFFC9E8) is known color: Classic Rose. HEX triplet: FF, C9 and E8. RGB value is (255,201,232). Sum of RGB (Red+Green+Blue) = 255+201+232=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9E8 is #003617. Grayscale: #DCDCDC. Windows color (decimal): -13848 or 15256063. OLE color: 15256063.
HSL color Cylindrical-coordinate representation of color #FFC9E8: hue angle of 325.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 #FFC9E8 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 232 | - |
| CMYK | 0 | 0.21 | 0.09 | 0 |
| HSL | 325.56º | 1% | 0.89% | - |
| HSV(B) | 325.56º | 0.21% | 1% | - |
| XYZ | 76.69 | 68.86 | 85.59 | - |
| YUV | 220.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 232 | 0 | 0.21 | 0.09 | 0 | 325.56 | 1 | 0.89 |
| Hex | FF | C9 | E8 | 0 | 15 | 9 | 0 | 146 | 64 | 59 |
| Octal | 377 | 311 | 350 | 0 | 25 | 11 | 0 | 506 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11101000 | 0 | 10101 | 1001 | 0 | 101000110 | 1100100 | 1011001 |
Color Harmonies of #FFC9E8
Complementary color
Monochromatic Colors of #FFC9E8
Black with #FFC9E8
Text Example
Text Example
White with #FFC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9E8; }
p { color: rgb(255,201,232); }
H1.HeaderClassName
{
color: #FFC9E8;
}
.AnyTagClassName
{
color: #FFC9E8;
}
</style>
background-color css
<style>
a { background-color: #FFC9E8; }
a { background-color: rgb(255,201,232); }
div.DivClassName
{
background-color: #FFC9E8;
}
.BgClassName
{
background-color: #FFC9E8;
}
</style>
border-color css
<style>
span { border-color: #FFC9E8; }
span { border-color: rgb(255,201,232); }
td.TdClassName
{
border-color: #FFC9E8;
}
.TagClassName
{
border-color: #FFC9E8;
}
</style>