Shades of Lavender Rose #F7BBEA
Tints of Lavender Rose #F7BBEA
RGB
CMYK
RGB Variations
Color information
#F7BBEA (or 0xF7BBEA) is known color: Lavender Rose. HEX triplet: F7, BB and EA. RGB value is (247,187,234). Sum of RGB (Red+Green+Blue) = 247+187+234=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BBEA is #084415. Grayscale: #D2D2D2. Windows color (decimal): -541718 or 15383543. OLE color: 15383543.
HSL color Cylindrical-coordinate representation of color #F7BBEA: hue angle of 313º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BBEA is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 234 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.03 |
| HSL | 313º | 0.79% | 0.85% | - |
| HSV(B) | 313º | 0.24% | 0.97% | - |
| XYZ | 70.98 | 61.26 | 85.92 | - |
| YUV | 210.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 234 | 0 | 0.24 | 0.05 | 0.03 | 313 | 0.79 | 0.85 |
| Hex | F7 | BB | EA | 0 | 18 | 5 | 3 | 139 | 4F | 55 |
| Octal | 367 | 273 | 352 | 0 | 30 | 5 | 3 | 471 | 117 | 125 |
| Binary | 11110111 | 10111011 | 11101010 | 0 | 11000 | 101 | 11 | 100111001 | 1001111 | 1010101 |
Color Harmonies of #F7BBEA
Complementary color
Monochromatic Colors of #F7BBEA
Black with #F7BBEA
Text Example
Text Example
White with #F7BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBEA; }
p { color: rgb(247,187,234); }
H1.HeaderClassName
{
color: #F7BBEA;
}
.AnyTagClassName
{
color: #F7BBEA;
}
</style>
background-color css
<style>
a { background-color: #F7BBEA; }
a { background-color: rgb(247,187,234); }
div.DivClassName
{
background-color: #F7BBEA;
}
.BgClassName
{
background-color: #F7BBEA;
}
</style>
border-color css
<style>
span { border-color: #F7BBEA; }
span { border-color: rgb(247,187,234); }
td.TdClassName
{
border-color: #F7BBEA;
}
.TagClassName
{
border-color: #F7BBEA;
}
</style>