Shades of Classic Rose #F0BBD7
Tints of Classic Rose #F0BBD7
RGB
CMYK
RGB Variations
Color information
#F0BBD7 (or 0xF0BBD7) is known color: Classic Rose. HEX triplet: F0, BB and D7. RGB value is (240,187,215). Sum of RGB (Red+Green+Blue) = 240+187+215=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBD7 is #0F4428. Grayscale: #CDCDCD. Windows color (decimal): -1000489 or 14138352. OLE color: 14138352.
HSL color Cylindrical-coordinate representation of color #F0BBD7: hue angle of 328.3º degrees, saturation: 0.64, 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 #F0BBD7 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 215 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.06 |
| HSL | 328.3º | 0.64% | 0.84% | - |
| HSV(B) | 328.3º | 0.22% | 0.94% | - |
| XYZ | 65.97 | 58.97 | 72.2 | - |
| YUV | 206.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 215 | 0 | 0.22 | 0.10 | 0.06 | 328.3 | 0.64 | 0.84 |
| Hex | F0 | BB | D7 | 0 | 16 | A | 6 | 148 | 40 | 54 |
| Octal | 360 | 273 | 327 | 0 | 26 | 12 | 6 | 510 | 100 | 124 |
| Binary | 11110000 | 10111011 | 11010111 | 0 | 10110 | 1010 | 110 | 101001000 | 1000000 | 1010100 |
Color Harmonies of #F0BBD7
Complementary color
Monochromatic Colors of #F0BBD7
Black with #F0BBD7
Text Example
Text Example
White with #F0BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBD7; }
p { color: rgb(240,187,215); }
H1.HeaderClassName
{
color: #F0BBD7;
}
.AnyTagClassName
{
color: #F0BBD7;
}
</style>
background-color css
<style>
a { background-color: #F0BBD7; }
a { background-color: rgb(240,187,215); }
div.DivClassName
{
background-color: #F0BBD7;
}
.BgClassName
{
background-color: #F0BBD7;
}
</style>
border-color css
<style>
span { border-color: #F0BBD7; }
span { border-color: rgb(240,187,215); }
td.TdClassName
{
border-color: #F0BBD7;
}
.TagClassName
{
border-color: #F0BBD7;
}
</style>