Shades of Classic Rose #F9C6DB
Tints of Classic Rose #F9C6DB
RGB
CMYK
RGB Variations
Color information
#F9C6DB (or 0xF9C6DB) is known color: Classic Rose. HEX triplet: F9, C6 and DB. RGB value is (249,198,219). Sum of RGB (Red+Green+Blue) = 249+198+219=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C6DB is #063924. Grayscale: #D7D7D7. Windows color (decimal): -407845 or 14403321. OLE color: 14403321.
HSL color Cylindrical-coordinate representation of color #F9C6DB: hue angle of 335.29º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C6DB is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 219 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.02 |
| HSL | 335.29º | 0.81% | 0.88% | - |
| HSV(B) | 335.29º | 0.2% | 0.98% | - |
| XYZ | 72.05 | 65.64 | 75.89 | - |
| YUV | 215.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 219 | 0 | 0.20 | 0.12 | 0.02 | 335.29 | 0.81 | 0.88 |
| Hex | F9 | C6 | DB | 0 | 14 | C | 2 | 14F | 51 | 58 |
| Octal | 371 | 306 | 333 | 0 | 24 | 14 | 2 | 517 | 121 | 130 |
| Binary | 11111001 | 11000110 | 11011011 | 0 | 10100 | 1100 | 10 | 101001111 | 1010001 | 1011000 |
Color Harmonies of #F9C6DB
Complementary color
Monochromatic Colors of #F9C6DB
Black with #F9C6DB
Text Example
Text Example
White with #F9C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C6DB; }
p { color: rgb(249,198,219); }
H1.HeaderClassName
{
color: #F9C6DB;
}
.AnyTagClassName
{
color: #F9C6DB;
}
</style>
background-color css
<style>
a { background-color: #F9C6DB; }
a { background-color: rgb(249,198,219); }
div.DivClassName
{
background-color: #F9C6DB;
}
.BgClassName
{
background-color: #F9C6DB;
}
</style>
border-color css
<style>
span { border-color: #F9C6DB; }
span { border-color: rgb(249,198,219); }
td.TdClassName
{
border-color: #F9C6DB;
}
.TagClassName
{
border-color: #F9C6DB;
}
</style>