Shades of Lavender Rose #F7BBF1
Tints of Lavender Rose #F7BBF1
RGB
CMYK
RGB Variations
Color information
#F7BBF1 (or 0xF7BBF1) is known color: Lavender Rose. HEX triplet: F7, BB and F1. RGB value is (247,187,241). Sum of RGB (Red+Green+Blue) = 247+187+241=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BBF1 is #08440E. Grayscale: #D2D2D2. Windows color (decimal): -541711 or 15842295. OLE color: 15842295.
HSL color Cylindrical-coordinate representation of color #F7BBF1: hue angle of 306º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BBF1 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 241 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.03 |
| HSL | 306º | 0.79% | 0.85% | - |
| HSV(B) | 306º | 0.24% | 0.97% | - |
| XYZ | 72.01 | 61.67 | 91.33 | - |
| YUV | 211.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 241 | 0 | 0.24 | 0.02 | 0.03 | 306 | 0.79 | 0.85 |
| Hex | F7 | BB | F1 | 0 | 18 | 2 | 3 | 132 | 4F | 55 |
| Octal | 367 | 273 | 361 | 0 | 30 | 2 | 3 | 462 | 117 | 125 |
| Binary | 11110111 | 10111011 | 11110001 | 0 | 11000 | 10 | 11 | 100110010 | 1001111 | 1010101 |
Color Harmonies of #F7BBF1
Complementary color
Monochromatic Colors of #F7BBF1
Black with #F7BBF1
Text Example
Text Example
White with #F7BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBF1; }
p { color: rgb(247,187,241); }
H1.HeaderClassName
{
color: #F7BBF1;
}
.AnyTagClassName
{
color: #F7BBF1;
}
</style>
background-color css
<style>
a { background-color: #F7BBF1; }
a { background-color: rgb(247,187,241); }
div.DivClassName
{
background-color: #F7BBF1;
}
.BgClassName
{
background-color: #F7BBF1;
}
</style>
border-color css
<style>
span { border-color: #F7BBF1; }
span { border-color: rgb(247,187,241); }
td.TdClassName
{
border-color: #F7BBF1;
}
.TagClassName
{
border-color: #F7BBF1;
}
</style>