Shades of Lavender Rose #F9BBEC
Tints of Lavender Rose #F9BBEC
RGB
CMYK
RGB Variations
Color information
#F9BBEC (or 0xF9BBEC) is known color: Lavender Rose. HEX triplet: F9, BB and EC. RGB value is (249,187,236). Sum of RGB (Red+Green+Blue) = 249+187+236=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBEC is #064413. Grayscale: #D2D2D2. Windows color (decimal): -410644 or 15514617. OLE color: 15514617.
HSL color Cylindrical-coordinate representation of color #F9BBEC: hue angle of 312.58º 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 #F9BBEC is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 236 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.02 |
| HSL | 312.58º | 0.84% | 0.85% | - |
| HSV(B) | 312.58º | 0.25% | 0.98% | - |
| XYZ | 71.98 | 61.74 | 87.48 | - |
| YUV | 211.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 236 | 0 | 0.25 | 0.05 | 0.02 | 312.58 | 0.84 | 0.85 |
| Hex | F9 | BB | EC | 0 | 19 | 5 | 2 | 139 | 54 | 55 |
| Octal | 371 | 273 | 354 | 0 | 31 | 5 | 2 | 471 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11101100 | 0 | 11001 | 101 | 10 | 100111001 | 1010100 | 1010101 |
Color Harmonies of #F9BBEC
Complementary color
Monochromatic Colors of #F9BBEC
Black with #F9BBEC
Text Example
Text Example
White with #F9BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBEC; }
p { color: rgb(249,187,236); }
H1.HeaderClassName
{
color: #F9BBEC;
}
.AnyTagClassName
{
color: #F9BBEC;
}
</style>
background-color css
<style>
a { background-color: #F9BBEC; }
a { background-color: rgb(249,187,236); }
div.DivClassName
{
background-color: #F9BBEC;
}
.BgClassName
{
background-color: #F9BBEC;
}
</style>
border-color css
<style>
span { border-color: #F9BBEC; }
span { border-color: rgb(249,187,236); }
td.TdClassName
{
border-color: #F9BBEC;
}
.TagClassName
{
border-color: #F9BBEC;
}
</style>