Shades of Classic Rose #FFC9E5
Tints of Classic Rose #FFC9E5
RGB
CMYK
RGB Variations
Color information
#FFC9E5 (or 0xFFC9E5) is known color: Classic Rose. HEX triplet: FF, C9 and E5. RGB value is (255,201,229). Sum of RGB (Red+Green+Blue) = 255+201+229=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 201 (78.91% from 255 or 29.34% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9E5 is #00361A. Grayscale: #DCDCDC. Windows color (decimal): -13851 or 15059455. OLE color: 15059455.
HSL color Cylindrical-coordinate representation of color #FFC9E5: hue angle of 328.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 #FFC9E5 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 229 | - |
| CMYK | 0 | 0.21 | 0.10 | 0 |
| HSL | 328.89º | 1% | 0.89% | - |
| HSV(B) | 328.89º | 0.21% | 1% | - |
| XYZ | 76.27 | 68.69 | 83.37 | - |
| YUV | 220.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 229 | 0 | 0.21 | 0.10 | 0 | 328.89 | 1 | 0.89 |
| Hex | FF | C9 | E5 | 0 | 15 | A | 0 | 149 | 64 | 59 |
| Octal | 377 | 311 | 345 | 0 | 25 | 12 | 0 | 511 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11100101 | 0 | 10101 | 1010 | 0 | 101001001 | 1100100 | 1011001 |
Color Harmonies of #FFC9E5
Complementary color
Monochromatic Colors of #FFC9E5
Black with #FFC9E5
Text Example
Text Example
White with #FFC9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9E5; }
p { color: rgb(255,201,229); }
H1.HeaderClassName
{
color: #FFC9E5;
}
.AnyTagClassName
{
color: #FFC9E5;
}
</style>
background-color css
<style>
a { background-color: #FFC9E5; }
a { background-color: rgb(255,201,229); }
div.DivClassName
{
background-color: #FFC9E5;
}
.BgClassName
{
background-color: #FFC9E5;
}
</style>
border-color css
<style>
span { border-color: #FFC9E5; }
span { border-color: rgb(255,201,229); }
td.TdClassName
{
border-color: #FFC9E5;
}
.TagClassName
{
border-color: #FFC9E5;
}
</style>