Shades of Classic Rose #F0BFD8
Tints of Classic Rose #F0BFD8
RGB
CMYK
RGB Variations
Color information
#F0BFD8 (or 0xF0BFD8) is known color: Classic Rose. HEX triplet: F0, BF and D8. RGB value is (240,191,216). Sum of RGB (Red+Green+Blue) = 240+191+216=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFD8 is #0F4027. Grayscale: #D0D0D0. Windows color (decimal): -999464 or 14204912. OLE color: 14204912.
HSL color Cylindrical-coordinate representation of color #F0BFD8: hue angle of 329.39º 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 #F0BFD8 is Cyan = 0, Magento = 0.20, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 216 | - |
| CMYK | 0 | 0.20 | 0.1 | 0.06 |
| HSL | 329.39º | 0.62% | 0.85% | - |
| HSV(B) | 329.39º | 0.2% | 0.94% | - |
| XYZ | 66.96 | 60.74 | 73.16 | - |
| YUV | 208.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 216 | 0 | 0.20 | 0.1 | 0.06 | 329.39 | 0.62 | 0.85 |
| Hex | F0 | BF | D8 | 0 | 14 | A | 6 | 149 | 3E | 55 |
| Octal | 360 | 277 | 330 | 0 | 24 | 12 | 6 | 511 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11011000 | 0 | 10100 | 1010 | 110 | 101001001 | 111110 | 1010101 |
Color Harmonies of #F0BFD8
Complementary color
Monochromatic Colors of #F0BFD8
Black with #F0BFD8
Text Example
Text Example
White with #F0BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFD8; }
p { color: rgb(240,191,216); }
H1.HeaderClassName
{
color: #F0BFD8;
}
.AnyTagClassName
{
color: #F0BFD8;
}
</style>
background-color css
<style>
a { background-color: #F0BFD8; }
a { background-color: rgb(240,191,216); }
div.DivClassName
{
background-color: #F0BFD8;
}
.BgClassName
{
background-color: #F0BFD8;
}
</style>
border-color css
<style>
span { border-color: #F0BFD8; }
span { border-color: rgb(240,191,216); }
td.TdClassName
{
border-color: #F0BFD8;
}
.TagClassName
{
border-color: #F0BFD8;
}
</style>