Shades of Lavender Rose #F9BBF1
Tints of Lavender Rose #F9BBF1
RGB
CMYK
RGB Variations
Color information
#F9BBF1 (or 0xF9BBF1) is known color: Lavender Rose. HEX triplet: F9, BB and F1. RGB value is (249,187,241). Sum of RGB (Red+Green+Blue) = 249+187+241=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 187 (73.44% from 255 or 27.62% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBF1 is #06440E. Grayscale: #D3D3D3. Windows color (decimal): -410639 or 15842297. OLE color: 15842297.
HSL color Cylindrical-coordinate representation of color #F9BBF1: hue angle of 307.74º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BBF1 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 241 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.02 |
| HSL | 307.74º | 0.84% | 0.85% | - |
| HSV(B) | 307.74º | 0.25% | 0.98% | - |
| XYZ | 72.71 | 62.03 | 91.36 | - |
| YUV | 211.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 241 | 0 | 0.25 | 0.03 | 0.02 | 307.74 | 0.84 | 0.85 |
| Hex | F9 | BB | F1 | 0 | 19 | 3 | 2 | 134 | 54 | 55 |
| Octal | 371 | 273 | 361 | 0 | 31 | 3 | 2 | 464 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11110001 | 0 | 11001 | 11 | 10 | 100110100 | 1010100 | 1010101 |
Color Harmonies of #F9BBF1
Complementary color
Monochromatic Colors of #F9BBF1
Black with #F9BBF1
Text Example
Text Example
White with #F9BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBF1; }
p { color: rgb(249,187,241); }
H1.HeaderClassName
{
color: #F9BBF1;
}
.AnyTagClassName
{
color: #F9BBF1;
}
</style>
background-color css
<style>
a { background-color: #F9BBF1; }
a { background-color: rgb(249,187,241); }
div.DivClassName
{
background-color: #F9BBF1;
}
.BgClassName
{
background-color: #F9BBF1;
}
</style>
border-color css
<style>
span { border-color: #F9BBF1; }
span { border-color: rgb(249,187,241); }
td.TdClassName
{
border-color: #F9BBF1;
}
.TagClassName
{
border-color: #F9BBF1;
}
</style>