Shades of Lavender Rose #F9BBE7
Tints of Lavender Rose #F9BBE7
RGB
CMYK
RGB Variations
Color information
#F9BBE7 (or 0xF9BBE7) is known color: Lavender Rose. HEX triplet: F9, BB and E7. RGB value is (249,187,231). Sum of RGB (Red+Green+Blue) = 249+187+231=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBE7 is #064418. Grayscale: #D2D2D2. Windows color (decimal): -410649 or 15186937. OLE color: 15186937.
HSL color Cylindrical-coordinate representation of color #F9BBE7: hue angle of 317.42º 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 #F9BBE7 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 231 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.02 |
| HSL | 317.42º | 0.84% | 0.85% | - |
| HSV(B) | 317.42º | 0.25% | 0.98% | - |
| XYZ | 71.26 | 61.45 | 83.71 | - |
| YUV | 210.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 231 | 0 | 0.25 | 0.07 | 0.02 | 317.42 | 0.84 | 0.85 |
| Hex | F9 | BB | E7 | 0 | 19 | 7 | 2 | 13D | 54 | 55 |
| Octal | 371 | 273 | 347 | 0 | 31 | 7 | 2 | 475 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11100111 | 0 | 11001 | 111 | 10 | 100111101 | 1010100 | 1010101 |
Color Harmonies of #F9BBE7
Complementary color
Monochromatic Colors of #F9BBE7
Black with #F9BBE7
Text Example
Text Example
White with #F9BBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBE7; }
p { color: rgb(249,187,231); }
H1.HeaderClassName
{
color: #F9BBE7;
}
.AnyTagClassName
{
color: #F9BBE7;
}
</style>
background-color css
<style>
a { background-color: #F9BBE7; }
a { background-color: rgb(249,187,231); }
div.DivClassName
{
background-color: #F9BBE7;
}
.BgClassName
{
background-color: #F9BBE7;
}
</style>
border-color css
<style>
span { border-color: #F9BBE7; }
span { border-color: rgb(249,187,231); }
td.TdClassName
{
border-color: #F9BBE7;
}
.TagClassName
{
border-color: #F9BBE7;
}
</style>