Shades of Lavender Rose #F7B9EC
Tints of Lavender Rose #F7B9EC
RGB
CMYK
RGB Variations
Color information
#F7B9EC (or 0xF7B9EC) is known color: Lavender Rose. HEX triplet: F7, B9 and EC. RGB value is (247,185,236). Sum of RGB (Red+Green+Blue) = 247+185+236=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 185 (72.66% from 255 or 27.69% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B9EC is #084613. Grayscale: #D1D1D1. Windows color (decimal): -542228 or 15514103. OLE color: 15514103.
HSL color Cylindrical-coordinate representation of color #F7B9EC: hue angle of 310.65º 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 #F7B9EC is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 185 | 236 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.03 |
| HSL | 310.65º | 0.79% | 0.85% | - |
| HSV(B) | 310.65º | 0.25% | 0.97% | - |
| XYZ | 70.85 | 60.53 | 87.31 | - |
| YUV | 209.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 185 | 236 | 0 | 0.25 | 0.04 | 0.03 | 310.65 | 0.79 | 0.85 |
| Hex | F7 | B9 | EC | 0 | 19 | 4 | 3 | 137 | 4F | 55 |
| Octal | 367 | 271 | 354 | 0 | 31 | 4 | 3 | 467 | 117 | 125 |
| Binary | 11110111 | 10111001 | 11101100 | 0 | 11001 | 100 | 11 | 100110111 | 1001111 | 1010101 |
Color Harmonies of #F7B9EC
Complementary color
Monochromatic Colors of #F7B9EC
Black with #F7B9EC
Text Example
Text Example
White with #F7B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B9EC; }
p { color: rgb(247,185,236); }
H1.HeaderClassName
{
color: #F7B9EC;
}
.AnyTagClassName
{
color: #F7B9EC;
}
</style>
background-color css
<style>
a { background-color: #F7B9EC; }
a { background-color: rgb(247,185,236); }
div.DivClassName
{
background-color: #F7B9EC;
}
.BgClassName
{
background-color: #F7B9EC;
}
</style>
border-color css
<style>
span { border-color: #F7B9EC; }
span { border-color: rgb(247,185,236); }
td.TdClassName
{
border-color: #F7B9EC;
}
.TagClassName
{
border-color: #F7B9EC;
}
</style>