Shades of Classic Rose #F0BADB
Tints of Classic Rose #F0BADB
RGB
CMYK
RGB Variations
Color information
#F0BADB (or 0xF0BADB) is known color: Classic Rose. HEX triplet: F0, BA and DB. RGB value is (240,186,219). Sum of RGB (Red+Green+Blue) = 240+186+219=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BADB is #0F4524. Grayscale: #CDCDCD. Windows color (decimal): -1000741 or 14400240. OLE color: 14400240.
HSL color Cylindrical-coordinate representation of color #F0BADB: hue angle of 323.33º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BADB is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 219 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.06 |
| HSL | 323.33º | 0.64% | 0.84% | - |
| HSV(B) | 323.33º | 0.23% | 0.94% | - |
| XYZ | 66.28 | 58.76 | 74.87 | - |
| YUV | 205.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 219 | 0 | 0.22 | 0.09 | 0.06 | 323.33 | 0.64 | 0.84 |
| Hex | F0 | BA | DB | 0 | 16 | 9 | 6 | 143 | 40 | 54 |
| Octal | 360 | 272 | 333 | 0 | 26 | 11 | 6 | 503 | 100 | 124 |
| Binary | 11110000 | 10111010 | 11011011 | 0 | 10110 | 1001 | 110 | 101000011 | 1000000 | 1010100 |
Color Harmonies of #F0BADB
Complementary color
Monochromatic Colors of #F0BADB
Black with #F0BADB
Text Example
Text Example
White with #F0BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BADB; }
p { color: rgb(240,186,219); }
H1.HeaderClassName
{
color: #F0BADB;
}
.AnyTagClassName
{
color: #F0BADB;
}
</style>
background-color css
<style>
a { background-color: #F0BADB; }
a { background-color: rgb(240,186,219); }
div.DivClassName
{
background-color: #F0BADB;
}
.BgClassName
{
background-color: #F0BADB;
}
</style>
border-color css
<style>
span { border-color: #F0BADB; }
span { border-color: rgb(240,186,219); }
td.TdClassName
{
border-color: #F0BADB;
}
.TagClassName
{
border-color: #F0BADB;
}
</style>