Shades of Classic Rose #F0BCD9
Tints of Classic Rose #F0BCD9
RGB
CMYK
RGB Variations
Color information
#F0BCD9 (or 0xF0BCD9) is known color: Classic Rose. HEX triplet: F0, BC and D9. RGB value is (240,188,217). Sum of RGB (Red+Green+Blue) = 240+188+217=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCD9 is #0F4326. Grayscale: #CECECE. Windows color (decimal): -1000231 or 14269680. OLE color: 14269680.
HSL color Cylindrical-coordinate representation of color #F0BCD9: hue angle of 326.54º 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 #F0BCD9 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 217 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.06 |
| HSL | 326.54º | 0.63% | 0.84% | - |
| HSV(B) | 326.54º | 0.22% | 0.94% | - |
| XYZ | 66.44 | 59.5 | 73.63 | - |
| YUV | 206.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 217 | 0 | 0.22 | 0.10 | 0.06 | 326.54 | 0.63 | 0.84 |
| Hex | F0 | BC | D9 | 0 | 16 | A | 6 | 147 | 3F | 54 |
| Octal | 360 | 274 | 331 | 0 | 26 | 12 | 6 | 507 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11011001 | 0 | 10110 | 1010 | 110 | 101000111 | 111111 | 1010100 |
Color Harmonies of #F0BCD9
Complementary color
Monochromatic Colors of #F0BCD9
Black with #F0BCD9
Text Example
Text Example
White with #F0BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCD9; }
p { color: rgb(240,188,217); }
H1.HeaderClassName
{
color: #F0BCD9;
}
.AnyTagClassName
{
color: #F0BCD9;
}
</style>
background-color css
<style>
a { background-color: #F0BCD9; }
a { background-color: rgb(240,188,217); }
div.DivClassName
{
background-color: #F0BCD9;
}
.BgClassName
{
background-color: #F0BCD9;
}
</style>
border-color css
<style>
span { border-color: #F0BCD9; }
span { border-color: rgb(240,188,217); }
td.TdClassName
{
border-color: #F0BCD9;
}
.TagClassName
{
border-color: #F0BCD9;
}
</style>