Shades of Classic Rose #FFC9EC
Tints of Classic Rose #FFC9EC
RGB
CMYK
RGB Variations
Color information
#FFC9EC (or 0xFFC9EC) is known color: Classic Rose. HEX triplet: FF, C9 and EC. RGB value is (255,201,236). Sum of RGB (Red+Green+Blue) = 255+201+236=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9EC is #003613. Grayscale: #DDDDDD. Windows color (decimal): -13844 or 15518207. OLE color: 15518207.
HSL color Cylindrical-coordinate representation of color #FFC9EC: hue angle of 321.11º 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 #FFC9EC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 236 | - |
| CMYK | 0 | 0.21 | 0.07 | 0 |
| HSL | 321.11º | 1% | 0.89% | - |
| HSV(B) | 321.11º | 0.21% | 1% | - |
| XYZ | 77.27 | 69.09 | 88.62 | - |
| YUV | 221.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 236 | 0 | 0.21 | 0.07 | 0 | 321.11 | 1 | 0.89 |
| Hex | FF | C9 | EC | 0 | 15 | 7 | 0 | 141 | 64 | 59 |
| Octal | 377 | 311 | 354 | 0 | 25 | 7 | 0 | 501 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11101100 | 0 | 10101 | 111 | 0 | 101000001 | 1100100 | 1011001 |
Color Harmonies of #FFC9EC
Complementary color
Monochromatic Colors of #FFC9EC
Black with #FFC9EC
Text Example
Text Example
White with #FFC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9EC; }
p { color: rgb(255,201,236); }
H1.HeaderClassName
{
color: #FFC9EC;
}
.AnyTagClassName
{
color: #FFC9EC;
}
</style>
background-color css
<style>
a { background-color: #FFC9EC; }
a { background-color: rgb(255,201,236); }
div.DivClassName
{
background-color: #FFC9EC;
}
.BgClassName
{
background-color: #FFC9EC;
}
</style>
border-color css
<style>
span { border-color: #FFC9EC; }
span { border-color: rgb(255,201,236); }
td.TdClassName
{
border-color: #FFC9EC;
}
.TagClassName
{
border-color: #FFC9EC;
}
</style>