Shades of Classic Rose #F9C8DB
Tints of Classic Rose #F9C8DB
RGB
CMYK
RGB Variations
Color information
#F9C8DB (or 0xF9C8DB) is known color: Classic Rose. HEX triplet: F9, C8 and DB. RGB value is (249,200,219). Sum of RGB (Red+Green+Blue) = 249+200+219=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8DB is #063724. Grayscale: #D8D8D8. Windows color (decimal): -407333 or 14403833. OLE color: 14403833.
HSL color Cylindrical-coordinate representation of color #F9C8DB: hue angle of 336.73º degrees, saturation: 0.8, 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 #F9C8DB is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 219 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.02 |
| HSL | 336.73º | 0.8% | 0.88% | - |
| HSV(B) | 336.73º | 0.2% | 0.98% | - |
| XYZ | 72.51 | 66.56 | 76.04 | - |
| YUV | 216.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 219 | 0 | 0.20 | 0.12 | 0.02 | 336.73 | 0.8 | 0.88 |
| Hex | F9 | C8 | DB | 0 | 14 | C | 2 | 151 | 50 | 58 |
| Octal | 371 | 310 | 333 | 0 | 24 | 14 | 2 | 521 | 120 | 130 |
| Binary | 11111001 | 11001000 | 11011011 | 0 | 10100 | 1100 | 10 | 101010001 | 1010000 | 1011000 |
Color Harmonies of #F9C8DB
Complementary color
Monochromatic Colors of #F9C8DB
Black with #F9C8DB
Text Example
Text Example
White with #F9C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C8DB; }
p { color: rgb(249,200,219); }
H1.HeaderClassName
{
color: #F9C8DB;
}
.AnyTagClassName
{
color: #F9C8DB;
}
</style>
background-color css
<style>
a { background-color: #F9C8DB; }
a { background-color: rgb(249,200,219); }
div.DivClassName
{
background-color: #F9C8DB;
}
.BgClassName
{
background-color: #F9C8DB;
}
</style>
border-color css
<style>
span { border-color: #F9C8DB; }
span { border-color: rgb(249,200,219); }
td.TdClassName
{
border-color: #F9C8DB;
}
.TagClassName
{
border-color: #F9C8DB;
}
</style>