Shades of Classic Rose #F9C5DD
Tints of Classic Rose #F9C5DD
RGB
CMYK
RGB Variations
Color information
#F9C5DD (or 0xF9C5DD) is known color: Classic Rose. HEX triplet: F9, C5 and DD. RGB value is (249,197,221). Sum of RGB (Red+Green+Blue) = 249+197+221=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C5DD is #063A22. Grayscale: #D7D7D7. Windows color (decimal): -408099 or 14534137. OLE color: 14534137.
HSL color Cylindrical-coordinate representation of color #F9C5DD: hue angle of 332.31º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C5DD is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 221 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.02 |
| HSL | 332.31º | 0.81% | 0.87% | - |
| HSV(B) | 332.31º | 0.21% | 0.98% | - |
| XYZ | 72.08 | 65.29 | 77.21 | - |
| YUV | 215.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 221 | 0 | 0.21 | 0.11 | 0.02 | 332.31 | 0.81 | 0.87 |
| Hex | F9 | C5 | DD | 0 | 15 | B | 2 | 14C | 51 | 57 |
| Octal | 371 | 305 | 335 | 0 | 25 | 13 | 2 | 514 | 121 | 127 |
| Binary | 11111001 | 11000101 | 11011101 | 0 | 10101 | 1011 | 10 | 101001100 | 1010001 | 1010111 |
Color Harmonies of #F9C5DD
Complementary color
Monochromatic Colors of #F9C5DD
Black with #F9C5DD
Text Example
Text Example
White with #F9C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C5DD; }
p { color: rgb(249,197,221); }
H1.HeaderClassName
{
color: #F9C5DD;
}
.AnyTagClassName
{
color: #F9C5DD;
}
</style>
background-color css
<style>
a { background-color: #F9C5DD; }
a { background-color: rgb(249,197,221); }
div.DivClassName
{
background-color: #F9C5DD;
}
.BgClassName
{
background-color: #F9C5DD;
}
</style>
border-color css
<style>
span { border-color: #F9C5DD; }
span { border-color: rgb(249,197,221); }
td.TdClassName
{
border-color: #F9C5DD;
}
.TagClassName
{
border-color: #F9C5DD;
}
</style>