Shades of Lavender Rose #F7BDEB
Tints of Lavender Rose #F7BDEB
RGB
CMYK
RGB Variations
Color information
#F7BDEB (or 0xF7BDEB) is known color: Lavender Rose. HEX triplet: F7, BD and EB. RGB value is (247,189,235). Sum of RGB (Red+Green+Blue) = 247+189+235=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BDEB is #084214. Grayscale: #D3D3D3. Windows color (decimal): -541205 or 15449591. OLE color: 15449591.
HSL color Cylindrical-coordinate representation of color #F7BDEB: hue angle of 312.41º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BDEB is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 235 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.03 |
| HSL | 312.41º | 0.78% | 0.85% | - |
| HSV(B) | 312.41º | 0.23% | 0.97% | - |
| XYZ | 71.55 | 62.17 | 86.83 | - |
| YUV | 211.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 235 | 0 | 0.23 | 0.05 | 0.03 | 312.41 | 0.78 | 0.85 |
| Hex | F7 | BD | EB | 0 | 17 | 5 | 3 | 138 | 4E | 55 |
| Octal | 367 | 275 | 353 | 0 | 27 | 5 | 3 | 470 | 116 | 125 |
| Binary | 11110111 | 10111101 | 11101011 | 0 | 10111 | 101 | 11 | 100111000 | 1001110 | 1010101 |
Color Harmonies of #F7BDEB
Complementary color
Monochromatic Colors of #F7BDEB
Black with #F7BDEB
Text Example
Text Example
White with #F7BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDEB; }
p { color: rgb(247,189,235); }
H1.HeaderClassName
{
color: #F7BDEB;
}
.AnyTagClassName
{
color: #F7BDEB;
}
</style>
background-color css
<style>
a { background-color: #F7BDEB; }
a { background-color: rgb(247,189,235); }
div.DivClassName
{
background-color: #F7BDEB;
}
.BgClassName
{
background-color: #F7BDEB;
}
</style>
border-color css
<style>
span { border-color: #F7BDEB; }
span { border-color: rgb(247,189,235); }
td.TdClassName
{
border-color: #F7BDEB;
}
.TagClassName
{
border-color: #F7BDEB;
}
</style>