Shades of Classic Rose #FFC9EB
Tints of Classic Rose #FFC9EB
RGB
CMYK
RGB Variations
Color information
#FFC9EB (or 0xFFC9EB) is known color: Classic Rose. HEX triplet: FF, C9 and EB. RGB value is (255,201,235). Sum of RGB (Red+Green+Blue) = 255+201+235=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 201 (78.91% from 255 or 29.09% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9EB is #003614. Grayscale: #DCDCDC. Windows color (decimal): -13845 or 15452671. OLE color: 15452671.
HSL color Cylindrical-coordinate representation of color #FFC9EB: hue angle of 322.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 #FFC9EB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 235 | - |
| CMYK | 0 | 0.21 | 0.08 | 0 |
| HSL | 322.22º | 1% | 0.89% | - |
| HSV(B) | 322.22º | 0.21% | 1% | - |
| XYZ | 77.12 | 69.03 | 87.86 | - |
| YUV | 221.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 235 | 0 | 0.21 | 0.08 | 0 | 322.22 | 1 | 0.89 |
| Hex | FF | C9 | EB | 0 | 15 | 8 | 0 | 142 | 64 | 59 |
| Octal | 377 | 311 | 353 | 0 | 25 | 10 | 0 | 502 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11101011 | 0 | 10101 | 1000 | 0 | 101000010 | 1100100 | 1011001 |
Color Harmonies of #FFC9EB
Complementary color
Monochromatic Colors of #FFC9EB
Black with #FFC9EB
Text Example
Text Example
White with #FFC9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9EB; }
p { color: rgb(255,201,235); }
H1.HeaderClassName
{
color: #FFC9EB;
}
.AnyTagClassName
{
color: #FFC9EB;
}
</style>
background-color css
<style>
a { background-color: #FFC9EB; }
a { background-color: rgb(255,201,235); }
div.DivClassName
{
background-color: #FFC9EB;
}
.BgClassName
{
background-color: #FFC9EB;
}
</style>
border-color css
<style>
span { border-color: #FFC9EB; }
span { border-color: rgb(255,201,235); }
td.TdClassName
{
border-color: #FFC9EB;
}
.TagClassName
{
border-color: #FFC9EB;
}
</style>