Shades of Lavender Rose #F7B9EF
Tints of Lavender Rose #F7B9EF
RGB
CMYK
RGB Variations
Color information
#F7B9EF (or 0xF7B9EF) is known color: Lavender Rose. HEX triplet: F7, B9 and EF. RGB value is (247,185,239). Sum of RGB (Red+Green+Blue) = 247+185+239=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 185 (72.66% from 255 or 27.57% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B9EF is #084610. Grayscale: #D1D1D1. Windows color (decimal): -542225 or 15710711. OLE color: 15710711.
HSL color Cylindrical-coordinate representation of color #F7B9EF: hue angle of 307.74º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7B9EF is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 185 | 239 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.03 |
| HSL | 307.74º | 0.79% | 0.85% | - |
| HSV(B) | 307.74º | 0.25% | 0.97% | - |
| XYZ | 71.29 | 60.7 | 89.62 | - |
| YUV | 209.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 185 | 239 | 0 | 0.25 | 0.03 | 0.03 | 307.74 | 0.79 | 0.85 |
| Hex | F7 | B9 | EF | 0 | 19 | 3 | 3 | 134 | 4F | 55 |
| Octal | 367 | 271 | 357 | 0 | 31 | 3 | 3 | 464 | 117 | 125 |
| Binary | 11110111 | 10111001 | 11101111 | 0 | 11001 | 11 | 11 | 100110100 | 1001111 | 1010101 |
Color Harmonies of #F7B9EF
Complementary color
Monochromatic Colors of #F7B9EF
Black with #F7B9EF
Text Example
Text Example
White with #F7B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B9EF; }
p { color: rgb(247,185,239); }
H1.HeaderClassName
{
color: #F7B9EF;
}
.AnyTagClassName
{
color: #F7B9EF;
}
</style>
background-color css
<style>
a { background-color: #F7B9EF; }
a { background-color: rgb(247,185,239); }
div.DivClassName
{
background-color: #F7B9EF;
}
.BgClassName
{
background-color: #F7B9EF;
}
</style>
border-color css
<style>
span { border-color: #F7B9EF; }
span { border-color: rgb(247,185,239); }
td.TdClassName
{
border-color: #F7B9EF;
}
.TagClassName
{
border-color: #F7B9EF;
}
</style>