Shades of Lavender Rose #F7B0E8
Tints of Lavender Rose #F7B0E8
RGB
CMYK
RGB Variations
Color information
#F7B0E8 (or 0xF7B0E8) is known color: Lavender Rose. HEX triplet: F7, B0 and E8. RGB value is (247,176,232). Sum of RGB (Red+Green+Blue) = 247+176+232=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7B0E8 is #084F17. Grayscale: #CBCBCB. Windows color (decimal): -544536 or 15249655. OLE color: 15249655.
HSL color Cylindrical-coordinate representation of color #F7B0E8: hue angle of 312.68º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7B0E8 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 232 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.03 |
| HSL | 312.68º | 0.82% | 0.83% | - |
| HSV(B) | 312.68º | 0.29% | 0.97% | - |
| XYZ | 68.45 | 56.65 | 83.67 | - |
| YUV | 203.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 232 | 0 | 0.29 | 0.06 | 0.03 | 312.68 | 0.82 | 0.83 |
| Hex | F7 | B0 | E8 | 0 | 1D | 6 | 3 | 139 | 52 | 53 |
| Octal | 367 | 260 | 350 | 0 | 35 | 6 | 3 | 471 | 122 | 123 |
| Binary | 11110111 | 10110000 | 11101000 | 0 | 11101 | 110 | 11 | 100111001 | 1010010 | 1010011 |
Color Harmonies of #F7B0E8
Complementary color
Monochromatic Colors of #F7B0E8
Black with #F7B0E8
Text Example
Text Example
White with #F7B0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B0E8; }
p { color: rgb(247,176,232); }
H1.HeaderClassName
{
color: #F7B0E8;
}
.AnyTagClassName
{
color: #F7B0E8;
}
</style>
background-color css
<style>
a { background-color: #F7B0E8; }
a { background-color: rgb(247,176,232); }
div.DivClassName
{
background-color: #F7B0E8;
}
.BgClassName
{
background-color: #F7B0E8;
}
</style>
border-color css
<style>
span { border-color: #F7B0E8; }
span { border-color: rgb(247,176,232); }
td.TdClassName
{
border-color: #F7B0E8;
}
.TagClassName
{
border-color: #F7B0E8;
}
</style>