Shades of Classic Rose #FFC9E2
Tints of Classic Rose #FFC9E2
RGB
CMYK
RGB Variations
Color information
#FFC9E2 (or 0xFFC9E2) is known color: Classic Rose. HEX triplet: FF, C9 and E2. RGB value is (255,201,226). Sum of RGB (Red+Green+Blue) = 255+201+226=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 201 (78.91% from 255 or 29.47% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9E2 is #00361D. Grayscale: #DBDBDB. Windows color (decimal): -13854 or 14862847. OLE color: 14862847.
HSL color Cylindrical-coordinate representation of color #FFC9E2: hue angle of 332.22º 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 #FFC9E2 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 226 | - |
| CMYK | 0 | 0.21 | 0.11 | 0 |
| HSL | 332.22º | 1% | 0.89% | - |
| HSV(B) | 332.22º | 0.21% | 1% | - |
| XYZ | 75.85 | 68.52 | 81.18 | - |
| YUV | 220 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 226 | 0 | 0.21 | 0.11 | 0 | 332.22 | 1 | 0.89 |
| Hex | FF | C9 | E2 | 0 | 15 | B | 0 | 14C | 64 | 59 |
| Octal | 377 | 311 | 342 | 0 | 25 | 13 | 0 | 514 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11100010 | 0 | 10101 | 1011 | 0 | 101001100 | 1100100 | 1011001 |
Color Harmonies of #FFC9E2
Complementary color
Monochromatic Colors of #FFC9E2
Black with #FFC9E2
Text Example
Text Example
White with #FFC9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9E2; }
p { color: rgb(255,201,226); }
H1.HeaderClassName
{
color: #FFC9E2;
}
.AnyTagClassName
{
color: #FFC9E2;
}
</style>
background-color css
<style>
a { background-color: #FFC9E2; }
a { background-color: rgb(255,201,226); }
div.DivClassName
{
background-color: #FFC9E2;
}
.BgClassName
{
background-color: #FFC9E2;
}
</style>
border-color css
<style>
span { border-color: #FFC9E2; }
span { border-color: rgb(255,201,226); }
td.TdClassName
{
border-color: #FFC9E2;
}
.TagClassName
{
border-color: #FFC9E2;
}
</style>