Shades of Lavender Rose #F7BDEF
Tints of Lavender Rose #F7BDEF
RGB
CMYK
RGB Variations
Color information
#F7BDEF (or 0xF7BDEF) is known color: Lavender Rose. HEX triplet: F7, BD and EF. RGB value is (247,189,239). Sum of RGB (Red+Green+Blue) = 247+189+239=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BDEF is #084210. Grayscale: #D3D3D3. Windows color (decimal): -541201 or 15711735. OLE color: 15711735.
HSL color Cylindrical-coordinate representation of color #F7BDEF: hue angle of 308.28º 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 #F7BDEF is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 239 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.03 |
| HSL | 308.28º | 0.78% | 0.85% | - |
| HSV(B) | 308.28º | 0.23% | 0.97% | - |
| XYZ | 72.14 | 62.4 | 89.9 | - |
| YUV | 212.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 239 | 0 | 0.23 | 0.03 | 0.03 | 308.28 | 0.78 | 0.85 |
| Hex | F7 | BD | EF | 0 | 17 | 3 | 3 | 134 | 4E | 55 |
| Octal | 367 | 275 | 357 | 0 | 27 | 3 | 3 | 464 | 116 | 125 |
| Binary | 11110111 | 10111101 | 11101111 | 0 | 10111 | 11 | 11 | 100110100 | 1001110 | 1010101 |
Color Harmonies of #F7BDEF
Complementary color
Monochromatic Colors of #F7BDEF
Black with #F7BDEF
Text Example
Text Example
White with #F7BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDEF; }
p { color: rgb(247,189,239); }
H1.HeaderClassName
{
color: #F7BDEF;
}
.AnyTagClassName
{
color: #F7BDEF;
}
</style>
background-color css
<style>
a { background-color: #F7BDEF; }
a { background-color: rgb(247,189,239); }
div.DivClassName
{
background-color: #F7BDEF;
}
.BgClassName
{
background-color: #F7BDEF;
}
</style>
border-color css
<style>
span { border-color: #F7BDEF; }
span { border-color: rgb(247,189,239); }
td.TdClassName
{
border-color: #F7BDEF;
}
.TagClassName
{
border-color: #F7BDEF;
}
</style>