Shades of Classic Rose #FFC9E7
Tints of Classic Rose #FFC9E7
RGB
CMYK
RGB Variations
Color information
#FFC9E7 (or 0xFFC9E7) is known color: Classic Rose. HEX triplet: FF, C9 and E7. RGB value is (255,201,231). Sum of RGB (Red+Green+Blue) = 255+201+231=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 201 (78.91% from 255 or 29.26% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9E7 is #003618. Grayscale: #DCDCDC. Windows color (decimal): -13849 or 15190527. OLE color: 15190527.
HSL color Cylindrical-coordinate representation of color #FFC9E7: hue angle of 326.67º 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 #FFC9E7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 201 | 231 | - |
CMYK | 0 | 0.21 | 0.09 | 0 |
HSL | 326.67º | 1% | 0.89% | - |
HSV(B) | 326.67º | 0.21% | 1% | - |
XYZ | 76.55 | 68.8 | 84.85 | - |
YUV | 220.57 | 133.89 | 152.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 201 | 231 | 0 | 0.21 | 0.09 | 0 | 326.67 | 1 | 0.89 |
Hex | FF | C9 | E7 | 0 | 15 | 9 | 0 | 147 | 64 | 59 |
Octal | 377 | 311 | 347 | 0 | 25 | 11 | 0 | 507 | 144 | 131 |
Binary | 11111111 | 11001001 | 11100111 | 0 | 10101 | 1001 | 0 | 101000111 | 1100100 | 1011001 |
Color Harmonies of #FFC9E7
Complementary color
Monochromatic Colors of #FFC9E7
Black with #FFC9E7
Text Example
Text Example
White with #FFC9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9E7; }
p { color: rgb(255,201,231); }
H1.HeaderClassName
{
color: #FFC9E7;
}
.AnyTagClassName
{
color: #FFC9E7;
}
</style>
background-color css
<style>
a { background-color: #FFC9E7; }
a { background-color: rgb(255,201,231); }
div.DivClassName
{
background-color: #FFC9E7;
}
.BgClassName
{
background-color: #FFC9E7;
}
</style>
border-color css
<style>
span { border-color: #FFC9E7; }
span { border-color: rgb(255,201,231); }
td.TdClassName
{
border-color: #FFC9E7;
}
.TagClassName
{
border-color: #FFC9E7;
}
</style>