Shades of Lavender Rose #F9BBED
Tints of Lavender Rose #F9BBED
RGB
CMYK
RGB Variations
Color information
#F9BBED (or 0xF9BBED) is known color: Lavender Rose. HEX triplet: F9, BB and ED. RGB value is (249,187,237). Sum of RGB (Red+Green+Blue) = 249+187+237=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 187 (73.44% from 255 or 27.79% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBED is #064412. Grayscale: #D3D3D3. Windows color (decimal): -410643 or 15580153. OLE color: 15580153.
HSL color Cylindrical-coordinate representation of color #F9BBED: hue angle of 311.61º 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 #F9BBED is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 237 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.02 |
| HSL | 311.61º | 0.84% | 0.85% | - |
| HSV(B) | 311.61º | 0.25% | 0.98% | - |
| XYZ | 72.12 | 61.79 | 88.25 | - |
| YUV | 211.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 237 | 0 | 0.25 | 0.05 | 0.02 | 311.61 | 0.84 | 0.85 |
| Hex | F9 | BB | ED | 0 | 19 | 5 | 2 | 138 | 54 | 55 |
| Octal | 371 | 273 | 355 | 0 | 31 | 5 | 2 | 470 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11101101 | 0 | 11001 | 101 | 10 | 100111000 | 1010100 | 1010101 |
Color Harmonies of #F9BBED
Complementary color
Monochromatic Colors of #F9BBED
Black with #F9BBED
Text Example
Text Example
White with #F9BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBED; }
p { color: rgb(249,187,237); }
H1.HeaderClassName
{
color: #F9BBED;
}
.AnyTagClassName
{
color: #F9BBED;
}
</style>
background-color css
<style>
a { background-color: #F9BBED; }
a { background-color: rgb(249,187,237); }
div.DivClassName
{
background-color: #F9BBED;
}
.BgClassName
{
background-color: #F9BBED;
}
</style>
border-color css
<style>
span { border-color: #F9BBED; }
span { border-color: rgb(249,187,237); }
td.TdClassName
{
border-color: #F9BBED;
}
.TagClassName
{
border-color: #F9BBED;
}
</style>