Shades of Lavender Rose #F7B7EA
Tints of Lavender Rose #F7B7EA
RGB
CMYK
RGB Variations
Color information
#F7B7EA (or 0xF7B7EA) is known color: Lavender Rose. HEX triplet: F7, B7 and EA. RGB value is (247,183,234). Sum of RGB (Red+Green+Blue) = 247+183+234=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 183 (71.88% from 255 or 27.56% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B7EA is #084815. Grayscale: #CFCFCF. Windows color (decimal): -542742 or 15382519. OLE color: 15382519.
HSL color Cylindrical-coordinate representation of color #F7B7EA: hue angle of 312.19º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7B7EA is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 183 | 234 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.03 |
| HSL | 312.19º | 0.8% | 0.84% | - |
| HSV(B) | 312.19º | 0.26% | 0.97% | - |
| XYZ | 70.14 | 59.58 | 85.65 | - |
| YUV | 207.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 234 | 0 | 0.26 | 0.05 | 0.03 | 312.19 | 0.8 | 0.84 |
| Hex | F7 | B7 | EA | 0 | 1A | 5 | 3 | 138 | 50 | 54 |
| Octal | 367 | 267 | 352 | 0 | 32 | 5 | 3 | 470 | 120 | 124 |
| Binary | 11110111 | 10110111 | 11101010 | 0 | 11010 | 101 | 11 | 100111000 | 1010000 | 1010100 |
Color Harmonies of #F7B7EA
Complementary color
Monochromatic Colors of #F7B7EA
Black with #F7B7EA
Text Example
Text Example
White with #F7B7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B7EA; }
p { color: rgb(247,183,234); }
H1.HeaderClassName
{
color: #F7B7EA;
}
.AnyTagClassName
{
color: #F7B7EA;
}
</style>
background-color css
<style>
a { background-color: #F7B7EA; }
a { background-color: rgb(247,183,234); }
div.DivClassName
{
background-color: #F7B7EA;
}
.BgClassName
{
background-color: #F7B7EA;
}
</style>
border-color css
<style>
span { border-color: #F7B7EA; }
span { border-color: rgb(247,183,234); }
td.TdClassName
{
border-color: #F7B7EA;
}
.TagClassName
{
border-color: #F7B7EA;
}
</style>