Shades of Lavender Rose #F9BBF5
Tints of Lavender Rose #F9BBF5
RGB
CMYK
RGB Variations
Color information
#F9BBF5 (or 0xF9BBF5) is known color: Lavender Rose. HEX triplet: F9, BB and F5. RGB value is (249,187,245). Sum of RGB (Red+Green+Blue) = 249+187+245=681 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.56% from 681); Green value is 187 (73.44% from 255 or 27.46% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBF5 is #06440A. Grayscale: #D3D3D3. Windows color (decimal): -410635 or 16104441. OLE color: 16104441.
HSL color Cylindrical-coordinate representation of color #F9BBF5: hue angle of 303.87º 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 #F9BBF5 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 245 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.02 |
| HSL | 303.87º | 0.84% | 0.85% | - |
| HSV(B) | 303.87º | 0.25% | 0.98% | - |
| XYZ | 73.32 | 62.27 | 94.54 | - |
| YUV | 212.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 245 | 0 | 0.25 | 0.02 | 0.02 | 303.87 | 0.84 | 0.85 |
| Hex | F9 | BB | F5 | 0 | 19 | 2 | 2 | 130 | 54 | 55 |
| Octal | 371 | 273 | 365 | 0 | 31 | 2 | 2 | 460 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11110101 | 0 | 11001 | 10 | 10 | 100110000 | 1010100 | 1010101 |
Color Harmonies of #F9BBF5
Complementary color
Monochromatic Colors of #F9BBF5
Black with #F9BBF5
Text Example
Text Example
White with #F9BBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBF5; }
p { color: rgb(249,187,245); }
H1.HeaderClassName
{
color: #F9BBF5;
}
.AnyTagClassName
{
color: #F9BBF5;
}
</style>
background-color css
<style>
a { background-color: #F9BBF5; }
a { background-color: rgb(249,187,245); }
div.DivClassName
{
background-color: #F9BBF5;
}
.BgClassName
{
background-color: #F9BBF5;
}
</style>
border-color css
<style>
span { border-color: #F9BBF5; }
span { border-color: rgb(249,187,245); }
td.TdClassName
{
border-color: #F9BBF5;
}
.TagClassName
{
border-color: #F9BBF5;
}
</style>