Shades of Classic Rose #F0BFD9
Tints of Classic Rose #F0BFD9
RGB
CMYK
RGB Variations
Color information
#F0BFD9 (or 0xF0BFD9) is known color: Classic Rose. HEX triplet: F0, BF and D9. RGB value is (240,191,217). Sum of RGB (Red+Green+Blue) = 240+191+217=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFD9 is #0F4026. Grayscale: #D0D0D0. Windows color (decimal): -999463 or 14270448. OLE color: 14270448.
HSL color Cylindrical-coordinate representation of color #F0BFD9: hue angle of 328.16º 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 #F0BFD9 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 217 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.06 |
| HSL | 328.16º | 0.62% | 0.85% | - |
| HSV(B) | 328.16º | 0.2% | 0.94% | - |
| XYZ | 67.09 | 60.8 | 73.84 | - |
| YUV | 208.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 217 | 0 | 0.20 | 0.10 | 0.06 | 328.16 | 0.62 | 0.85 |
| Hex | F0 | BF | D9 | 0 | 14 | A | 6 | 148 | 3E | 55 |
| Octal | 360 | 277 | 331 | 0 | 24 | 12 | 6 | 510 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11011001 | 0 | 10100 | 1010 | 110 | 101001000 | 111110 | 1010101 |
Color Harmonies of #F0BFD9
Complementary color
Monochromatic Colors of #F0BFD9
Black with #F0BFD9
Text Example
Text Example
White with #F0BFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFD9; }
p { color: rgb(240,191,217); }
H1.HeaderClassName
{
color: #F0BFD9;
}
.AnyTagClassName
{
color: #F0BFD9;
}
</style>
background-color css
<style>
a { background-color: #F0BFD9; }
a { background-color: rgb(240,191,217); }
div.DivClassName
{
background-color: #F0BFD9;
}
.BgClassName
{
background-color: #F0BFD9;
}
</style>
border-color css
<style>
span { border-color: #F0BFD9; }
span { border-color: rgb(240,191,217); }
td.TdClassName
{
border-color: #F0BFD9;
}
.TagClassName
{
border-color: #F0BFD9;
}
</style>