Shades of Lavender Rose #F7B1EA
Tints of Lavender Rose #F7B1EA
RGB
CMYK
RGB Variations
Color information
#F7B1EA (or 0xF7B1EA) is known color: Lavender Rose. HEX triplet: F7, B1 and EA. RGB value is (247,177,234). Sum of RGB (Red+Green+Blue) = 247+177+234=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 177 (69.53% from 255 or 26.90% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7B1EA is #084E15. Grayscale: #CCCCCC. Windows color (decimal): -544278 or 15380983. OLE color: 15380983.
HSL color Cylindrical-coordinate representation of color #F7B1EA: hue angle of 311.14º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7B1EA is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 234 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.03 |
| HSL | 311.14º | 0.81% | 0.83% | - |
| HSV(B) | 311.14º | 0.28% | 0.97% | - |
| XYZ | 68.93 | 57.16 | 85.24 | - |
| YUV | 204.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 234 | 0 | 0.28 | 0.05 | 0.03 | 311.14 | 0.81 | 0.83 |
| Hex | F7 | B1 | EA | 0 | 1C | 5 | 3 | 137 | 51 | 53 |
| Octal | 367 | 261 | 352 | 0 | 34 | 5 | 3 | 467 | 121 | 123 |
| Binary | 11110111 | 10110001 | 11101010 | 0 | 11100 | 101 | 11 | 100110111 | 1010001 | 1010011 |
Color Harmonies of #F7B1EA
Complementary color
Monochromatic Colors of #F7B1EA
Black with #F7B1EA
Text Example
Text Example
White with #F7B1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B1EA; }
p { color: rgb(247,177,234); }
H1.HeaderClassName
{
color: #F7B1EA;
}
.AnyTagClassName
{
color: #F7B1EA;
}
</style>
background-color css
<style>
a { background-color: #F7B1EA; }
a { background-color: rgb(247,177,234); }
div.DivClassName
{
background-color: #F7B1EA;
}
.BgClassName
{
background-color: #F7B1EA;
}
</style>
border-color css
<style>
span { border-color: #F7B1EA; }
span { border-color: rgb(247,177,234); }
td.TdClassName
{
border-color: #F7B1EA;
}
.TagClassName
{
border-color: #F7B1EA;
}
</style>