Shades of Classic Rose #F9C3DB
Tints of Classic Rose #F9C3DB
RGB
CMYK
RGB Variations
Color information
#F9C3DB (or 0xF9C3DB) is known color: Classic Rose. HEX triplet: F9, C3 and DB. RGB value is (249,195,219). Sum of RGB (Red+Green+Blue) = 249+195+219=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 195 (76.56% from 255 or 29.41% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C3DB is #063C24. Grayscale: #D5D5D5. Windows color (decimal): -408613 or 14402553. OLE color: 14402553.
HSL color Cylindrical-coordinate representation of color #F9C3DB: hue angle of 333.33º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C3DB is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 195 | 219 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.02 |
| HSL | 333.33º | 0.82% | 0.87% | - |
| HSV(B) | 333.33º | 0.22% | 0.98% | - |
| XYZ | 71.37 | 64.28 | 75.66 | - |
| YUV | 213.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 195 | 219 | 0 | 0.22 | 0.12 | 0.02 | 333.33 | 0.82 | 0.87 |
| Hex | F9 | C3 | DB | 0 | 16 | C | 2 | 14D | 52 | 57 |
| Octal | 371 | 303 | 333 | 0 | 26 | 14 | 2 | 515 | 122 | 127 |
| Binary | 11111001 | 11000011 | 11011011 | 0 | 10110 | 1100 | 10 | 101001101 | 1010010 | 1010111 |
Color Harmonies of #F9C3DB
Complementary color
Monochromatic Colors of #F9C3DB
Black with #F9C3DB
Text Example
Text Example
White with #F9C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C3DB; }
p { color: rgb(249,195,219); }
H1.HeaderClassName
{
color: #F9C3DB;
}
.AnyTagClassName
{
color: #F9C3DB;
}
</style>
background-color css
<style>
a { background-color: #F9C3DB; }
a { background-color: rgb(249,195,219); }
div.DivClassName
{
background-color: #F9C3DB;
}
.BgClassName
{
background-color: #F9C3DB;
}
</style>
border-color css
<style>
span { border-color: #F9C3DB; }
span { border-color: rgb(249,195,219); }
td.TdClassName
{
border-color: #F9C3DB;
}
.TagClassName
{
border-color: #F9C3DB;
}
</style>