Shades of Classic Rose #F0BFD7
Tints of Classic Rose #F0BFD7
RGB
CMYK
RGB Variations
Color information
#F0BFD7 (or 0xF0BFD7) is known color: Classic Rose. HEX triplet: F0, BF and D7. RGB value is (240,191,215). Sum of RGB (Red+Green+Blue) = 240+191+215=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFD7 is #0F4028. Grayscale: #D0D0D0. Windows color (decimal): -999465 or 14139376. OLE color: 14139376.
HSL color Cylindrical-coordinate representation of color #F0BFD7: hue angle of 330.61º 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 #F0BFD7 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 215 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.06 |
| HSL | 330.61º | 0.62% | 0.85% | - |
| HSV(B) | 330.61º | 0.2% | 0.94% | - |
| XYZ | 66.83 | 60.69 | 72.48 | - |
| YUV | 208.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 215 | 0 | 0.20 | 0.10 | 0.06 | 330.61 | 0.62 | 0.85 |
| Hex | F0 | BF | D7 | 0 | 14 | A | 6 | 14B | 3E | 55 |
| Octal | 360 | 277 | 327 | 0 | 24 | 12 | 6 | 513 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11010111 | 0 | 10100 | 1010 | 110 | 101001011 | 111110 | 1010101 |
Color Harmonies of #F0BFD7
Complementary color
Monochromatic Colors of #F0BFD7
Black with #F0BFD7
Text Example
Text Example
White with #F0BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFD7; }
p { color: rgb(240,191,215); }
H1.HeaderClassName
{
color: #F0BFD7;
}
.AnyTagClassName
{
color: #F0BFD7;
}
</style>
background-color css
<style>
a { background-color: #F0BFD7; }
a { background-color: rgb(240,191,215); }
div.DivClassName
{
background-color: #F0BFD7;
}
.BgClassName
{
background-color: #F0BFD7;
}
</style>
border-color css
<style>
span { border-color: #F0BFD7; }
span { border-color: rgb(240,191,215); }
td.TdClassName
{
border-color: #F0BFD7;
}
.TagClassName
{
border-color: #F0BFD7;
}
</style>