Shades of Lavender Rose #F7BBED
Tints of Lavender Rose #F7BBED
RGB
CMYK
RGB Variations
Color information
#F7BBED (or 0xF7BBED) is known color: Lavender Rose. HEX triplet: F7, BB and ED. RGB value is (247,187,237). Sum of RGB (Red+Green+Blue) = 247+187+237=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BBED is #084412. Grayscale: #D2D2D2. Windows color (decimal): -541715 or 15580151. OLE color: 15580151.
HSL color Cylindrical-coordinate representation of color #F7BBED: hue angle of 310º 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 #F7BBED is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 237 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.03 |
| HSL | 310º | 0.79% | 0.85% | - |
| HSV(B) | 310º | 0.24% | 0.97% | - |
| XYZ | 71.41 | 61.43 | 88.21 | - |
| YUV | 210.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 237 | 0 | 0.24 | 0.04 | 0.03 | 310 | 0.79 | 0.85 |
| Hex | F7 | BB | ED | 0 | 18 | 4 | 3 | 136 | 4F | 55 |
| Octal | 367 | 273 | 355 | 0 | 30 | 4 | 3 | 466 | 117 | 125 |
| Binary | 11110111 | 10111011 | 11101101 | 0 | 11000 | 100 | 11 | 100110110 | 1001111 | 1010101 |
Color Harmonies of #F7BBED
Complementary color
Monochromatic Colors of #F7BBED
Black with #F7BBED
Text Example
Text Example
White with #F7BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBED; }
p { color: rgb(247,187,237); }
H1.HeaderClassName
{
color: #F7BBED;
}
.AnyTagClassName
{
color: #F7BBED;
}
</style>
background-color css
<style>
a { background-color: #F7BBED; }
a { background-color: rgb(247,187,237); }
div.DivClassName
{
background-color: #F7BBED;
}
.BgClassName
{
background-color: #F7BBED;
}
</style>
border-color css
<style>
span { border-color: #F7BBED; }
span { border-color: rgb(247,187,237); }
td.TdClassName
{
border-color: #F7BBED;
}
.TagClassName
{
border-color: #F7BBED;
}
</style>