Shades of Classic Rose #F0BFDB
Tints of Classic Rose #F0BFDB
RGB
CMYK
RGB Variations
Color information
#F0BFDB (or 0xF0BFDB) is known color: Classic Rose. HEX triplet: F0, BF and DB. RGB value is (240,191,219). Sum of RGB (Red+Green+Blue) = 240+191+219=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFDB is #0F4024. Grayscale: #D0D0D0. Windows color (decimal): -999461 or 14401520. OLE color: 14401520.
HSL color Cylindrical-coordinate representation of color #F0BFDB: hue angle of 325.71º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFDB is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 219 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.06 |
| HSL | 325.71º | 0.62% | 0.85% | - |
| HSV(B) | 325.71º | 0.2% | 0.94% | - |
| XYZ | 67.35 | 60.9 | 75.22 | - |
| YUV | 208.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 219 | 0 | 0.20 | 0.09 | 0.06 | 325.71 | 0.62 | 0.85 |
| Hex | F0 | BF | DB | 0 | 14 | 9 | 6 | 146 | 3E | 55 |
| Octal | 360 | 277 | 333 | 0 | 24 | 11 | 6 | 506 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11011011 | 0 | 10100 | 1001 | 110 | 101000110 | 111110 | 1010101 |
Color Harmonies of #F0BFDB
Complementary color
Monochromatic Colors of #F0BFDB
Black with #F0BFDB
Text Example
Text Example
White with #F0BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFDB; }
p { color: rgb(240,191,219); }
H1.HeaderClassName
{
color: #F0BFDB;
}
.AnyTagClassName
{
color: #F0BFDB;
}
</style>
background-color css
<style>
a { background-color: #F0BFDB; }
a { background-color: rgb(240,191,219); }
div.DivClassName
{
background-color: #F0BFDB;
}
.BgClassName
{
background-color: #F0BFDB;
}
</style>
border-color css
<style>
span { border-color: #F0BFDB; }
span { border-color: rgb(240,191,219); }
td.TdClassName
{
border-color: #F0BFDB;
}
.TagClassName
{
border-color: #F0BFDB;
}
</style>