Shades of Classic Rose #F9BFDB
Tints of Classic Rose #F9BFDB
RGB
CMYK
RGB Variations
Color information
#F9BFDB (or 0xF9BFDB) is known color: Classic Rose. HEX triplet: F9, BF and DB. RGB value is (249,191,219). Sum of RGB (Red+Green+Blue) = 249+191+219=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFDB is #064024. Grayscale: #D3D3D3. Windows color (decimal): -409637 or 14401529. OLE color: 14401529.
HSL color Cylindrical-coordinate representation of color #F9BFDB: hue angle of 331.03º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9BFDB is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 219 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.02 |
| HSL | 331.03º | 0.83% | 0.86% | - |
| HSV(B) | 331.03º | 0.23% | 0.98% | - |
| XYZ | 70.48 | 62.52 | 75.37 | - |
| YUV | 211.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 219 | 0 | 0.23 | 0.12 | 0.02 | 331.03 | 0.83 | 0.86 |
| Hex | F9 | BF | DB | 0 | 17 | C | 2 | 14B | 53 | 56 |
| Octal | 371 | 277 | 333 | 0 | 27 | 14 | 2 | 513 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11011011 | 0 | 10111 | 1100 | 10 | 101001011 | 1010011 | 1010110 |
Color Harmonies of #F9BFDB
Complementary color
Monochromatic Colors of #F9BFDB
Black with #F9BFDB
Text Example
Text Example
White with #F9BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFDB; }
p { color: rgb(249,191,219); }
H1.HeaderClassName
{
color: #F9BFDB;
}
.AnyTagClassName
{
color: #F9BFDB;
}
</style>
background-color css
<style>
a { background-color: #F9BFDB; }
a { background-color: rgb(249,191,219); }
div.DivClassName
{
background-color: #F9BFDB;
}
.BgClassName
{
background-color: #F9BFDB;
}
</style>
border-color css
<style>
span { border-color: #F9BFDB; }
span { border-color: rgb(249,191,219); }
td.TdClassName
{
border-color: #F9BFDB;
}
.TagClassName
{
border-color: #F9BFDB;
}
</style>