Shades of Lavender Rose #F9BBF4
Tints of Lavender Rose #F9BBF4
RGB
CMYK
RGB Variations
Color information
#F9BBF4 (or 0xF9BBF4) is known color: Lavender Rose. HEX triplet: F9, BB and F4. RGB value is (249,187,244). Sum of RGB (Red+Green+Blue) = 249+187+244=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBF4 is #06440B. Grayscale: #D3D3D3. Windows color (decimal): -410636 or 16038905. OLE color: 16038905.
HSL color Cylindrical-coordinate representation of color #F9BBF4: hue angle of 304.84º 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 #F9BBF4 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 244 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.02 |
| HSL | 304.84º | 0.84% | 0.85% | - |
| HSV(B) | 304.84º | 0.25% | 0.98% | - |
| XYZ | 73.17 | 62.21 | 93.74 | - |
| YUV | 212.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 244 | 0 | 0.25 | 0.02 | 0.02 | 304.84 | 0.84 | 0.85 |
| Hex | F9 | BB | F4 | 0 | 19 | 2 | 2 | 131 | 54 | 55 |
| Octal | 371 | 273 | 364 | 0 | 31 | 2 | 2 | 461 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11110100 | 0 | 11001 | 10 | 10 | 100110001 | 1010100 | 1010101 |
Color Harmonies of #F9BBF4
Complementary color
Monochromatic Colors of #F9BBF4
Black with #F9BBF4
Text Example
Text Example
White with #F9BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBF4; }
p { color: rgb(249,187,244); }
H1.HeaderClassName
{
color: #F9BBF4;
}
.AnyTagClassName
{
color: #F9BBF4;
}
</style>
background-color css
<style>
a { background-color: #F9BBF4; }
a { background-color: rgb(249,187,244); }
div.DivClassName
{
background-color: #F9BBF4;
}
.BgClassName
{
background-color: #F9BBF4;
}
</style>
border-color css
<style>
span { border-color: #F9BBF4; }
span { border-color: rgb(249,187,244); }
td.TdClassName
{
border-color: #F9BBF4;
}
.TagClassName
{
border-color: #F9BBF4;
}
</style>