Shades of Lavender Rose #F9BBEF
Tints of Lavender Rose #F9BBEF
RGB
CMYK
RGB Variations
Color information
#F9BBEF (or 0xF9BBEF) is known color: Lavender Rose. HEX triplet: F9, BB and EF. RGB value is (249,187,239). Sum of RGB (Red+Green+Blue) = 249+187+239=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBEF is #064410. Grayscale: #D3D3D3. Windows color (decimal): -410641 or 15711225. OLE color: 15711225.
HSL color Cylindrical-coordinate representation of color #F9BBEF: hue angle of 309.68º 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 #F9BBEF is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 239 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.02 |
| HSL | 309.68º | 0.84% | 0.85% | - |
| HSV(B) | 309.68º | 0.25% | 0.98% | - |
| XYZ | 72.42 | 61.91 | 89.79 | - |
| YUV | 211.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 239 | 0 | 0.25 | 0.04 | 0.02 | 309.68 | 0.84 | 0.85 |
| Hex | F9 | BB | EF | 0 | 19 | 4 | 2 | 136 | 54 | 55 |
| Octal | 371 | 273 | 357 | 0 | 31 | 4 | 2 | 466 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11101111 | 0 | 11001 | 100 | 10 | 100110110 | 1010100 | 1010101 |
Color Harmonies of #F9BBEF
Complementary color
Monochromatic Colors of #F9BBEF
Black with #F9BBEF
Text Example
Text Example
White with #F9BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBEF; }
p { color: rgb(249,187,239); }
H1.HeaderClassName
{
color: #F9BBEF;
}
.AnyTagClassName
{
color: #F9BBEF;
}
</style>
background-color css
<style>
a { background-color: #F9BBEF; }
a { background-color: rgb(249,187,239); }
div.DivClassName
{
background-color: #F9BBEF;
}
.BgClassName
{
background-color: #F9BBEF;
}
</style>
border-color css
<style>
span { border-color: #F9BBEF; }
span { border-color: rgb(249,187,239); }
td.TdClassName
{
border-color: #F9BBEF;
}
.TagClassName
{
border-color: #F9BBEF;
}
</style>