Shades of Classic Rose #FFC9E3
Tints of Classic Rose #FFC9E3
RGB
CMYK
RGB Variations
Color information
#FFC9E3 (or 0xFFC9E3) is known color: Classic Rose. HEX triplet: FF, C9 and E3. RGB value is (255,201,227). Sum of RGB (Red+Green+Blue) = 255+201+227=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 201 (78.91% from 255 or 29.43% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9E3 is #00361C. Grayscale: #DCDCDC. Windows color (decimal): -13853 or 14928383. OLE color: 14928383.
HSL color Cylindrical-coordinate representation of color #FFC9E3: hue angle of 331.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 #FFC9E3 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 227 | - |
| CMYK | 0 | 0.21 | 0.11 | 0 |
| HSL | 331.11º | 1% | 0.89% | - |
| HSV(B) | 331.11º | 0.21% | 1% | - |
| XYZ | 75.99 | 68.58 | 81.9 | - |
| YUV | 220.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 227 | 0 | 0.21 | 0.11 | 0 | 331.11 | 1 | 0.89 |
| Hex | FF | C9 | E3 | 0 | 15 | B | 0 | 14B | 64 | 59 |
| Octal | 377 | 311 | 343 | 0 | 25 | 13 | 0 | 513 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11100011 | 0 | 10101 | 1011 | 0 | 101001011 | 1100100 | 1011001 |
Color Harmonies of #FFC9E3
Complementary color
Monochromatic Colors of #FFC9E3
Black with #FFC9E3
Text Example
Text Example
White with #FFC9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9E3; }
p { color: rgb(255,201,227); }
H1.HeaderClassName
{
color: #FFC9E3;
}
.AnyTagClassName
{
color: #FFC9E3;
}
</style>
background-color css
<style>
a { background-color: #FFC9E3; }
a { background-color: rgb(255,201,227); }
div.DivClassName
{
background-color: #FFC9E3;
}
.BgClassName
{
background-color: #FFC9E3;
}
</style>
border-color css
<style>
span { border-color: #FFC9E3; }
span { border-color: rgb(255,201,227); }
td.TdClassName
{
border-color: #FFC9E3;
}
.TagClassName
{
border-color: #FFC9E3;
}
</style>