Shades of Lavender Rose #F7ABEA
Tints of Lavender Rose #F7ABEA
RGB
CMYK
RGB Variations
Color information
#F7ABEA (or 0xF7ABEA) is known color: Lavender Rose. HEX triplet: F7, AB and EA. RGB value is (247,171,234). Sum of RGB (Red+Green+Blue) = 247+171+234=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ABEA is #085415. Grayscale: #C8C8C8. Windows color (decimal): -545814 or 15379447. OLE color: 15379447.
HSL color Cylindrical-coordinate representation of color #F7ABEA: hue angle of 310.26º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7ABEA is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 171 | 234 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.03 |
| HSL | 310.26º | 0.83% | 0.82% | - |
| HSV(B) | 310.26º | 0.31% | 0.97% | - |
| XYZ | 67.77 | 54.84 | 84.86 | - |
| YUV | 200.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 171 | 234 | 0 | 0.31 | 0.05 | 0.03 | 310.26 | 0.83 | 0.82 |
| Hex | F7 | AB | EA | 0 | 1F | 5 | 3 | 136 | 53 | 52 |
| Octal | 367 | 253 | 352 | 0 | 37 | 5 | 3 | 466 | 123 | 122 |
| Binary | 11110111 | 10101011 | 11101010 | 0 | 11111 | 101 | 11 | 100110110 | 1010011 | 1010010 |
Color Harmonies of #F7ABEA
Complementary color
Monochromatic Colors of #F7ABEA
Black with #F7ABEA
Text Example
Text Example
White with #F7ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ABEA; }
p { color: rgb(247,171,234); }
H1.HeaderClassName
{
color: #F7ABEA;
}
.AnyTagClassName
{
color: #F7ABEA;
}
</style>
background-color css
<style>
a { background-color: #F7ABEA; }
a { background-color: rgb(247,171,234); }
div.DivClassName
{
background-color: #F7ABEA;
}
.BgClassName
{
background-color: #F7ABEA;
}
</style>
border-color css
<style>
span { border-color: #F7ABEA; }
span { border-color: rgb(247,171,234); }
td.TdClassName
{
border-color: #F7ABEA;
}
.TagClassName
{
border-color: #F7ABEA;
}
</style>