Shades of Classic Rose #F0BCDB
Tints of Classic Rose #F0BCDB
RGB
CMYK
RGB Variations
Color information
#F0BCDB (or 0xF0BCDB) is known color: Classic Rose. HEX triplet: F0, BC and DB. RGB value is (240,188,219). Sum of RGB (Red+Green+Blue) = 240+188+219=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCDB is #0F4324. Grayscale: #CFCFCF. Windows color (decimal): -1000229 or 14400752. OLE color: 14400752.
HSL color Cylindrical-coordinate representation of color #F0BCDB: hue angle of 324.23º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCDB is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 219 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.06 |
| HSL | 324.23º | 0.63% | 0.84% | - |
| HSV(B) | 324.23º | 0.22% | 0.94% | - |
| XYZ | 66.7 | 59.61 | 75.01 | - |
| YUV | 207.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 219 | 0 | 0.22 | 0.09 | 0.06 | 324.23 | 0.63 | 0.84 |
| Hex | F0 | BC | DB | 0 | 16 | 9 | 6 | 144 | 3F | 54 |
| Octal | 360 | 274 | 333 | 0 | 26 | 11 | 6 | 504 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11011011 | 0 | 10110 | 1001 | 110 | 101000100 | 111111 | 1010100 |
Color Harmonies of #F0BCDB
Complementary color
Monochromatic Colors of #F0BCDB
Black with #F0BCDB
Text Example
Text Example
White with #F0BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCDB; }
p { color: rgb(240,188,219); }
H1.HeaderClassName
{
color: #F0BCDB;
}
.AnyTagClassName
{
color: #F0BCDB;
}
</style>
background-color css
<style>
a { background-color: #F0BCDB; }
a { background-color: rgb(240,188,219); }
div.DivClassName
{
background-color: #F0BCDB;
}
.BgClassName
{
background-color: #F0BCDB;
}
</style>
border-color css
<style>
span { border-color: #F0BCDB; }
span { border-color: rgb(240,188,219); }
td.TdClassName
{
border-color: #F0BCDB;
}
.TagClassName
{
border-color: #F0BCDB;
}
</style>