Shades of Lavender Rose #F7ABE0
Tints of Lavender Rose #F7ABE0
RGB
CMYK
RGB Variations
Color information
#F7ABE0 (or 0xF7ABE0) is known color: Lavender Rose. HEX triplet: F7, AB and E0. RGB value is (247,171,224). Sum of RGB (Red+Green+Blue) = 247+171+224=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABE0 is #08541F. Grayscale: #C7C7C7. Windows color (decimal): -545824 or 14724087. OLE color: 14724087.
HSL color Cylindrical-coordinate representation of color #F7ABE0: hue angle of 318.16º 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 #F7ABE0 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 171 | 224 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.03 |
| HSL | 318.16º | 0.83% | 0.82% | - |
| HSV(B) | 318.16º | 0.31% | 0.97% | - |
| XYZ | 66.38 | 54.28 | 77.5 | - |
| YUV | 199.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 171 | 224 | 0 | 0.31 | 0.09 | 0.03 | 318.16 | 0.83 | 0.82 |
| Hex | F7 | AB | E0 | 0 | 1F | 9 | 3 | 13E | 53 | 52 |
| Octal | 367 | 253 | 340 | 0 | 37 | 11 | 3 | 476 | 123 | 122 |
| Binary | 11110111 | 10101011 | 11100000 | 0 | 11111 | 1001 | 11 | 100111110 | 1010011 | 1010010 |
Color Harmonies of #F7ABE0
Complementary color
Monochromatic Colors of #F7ABE0
Black with #F7ABE0
Text Example
Text Example
White with #F7ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ABE0; }
p { color: rgb(247,171,224); }
H1.HeaderClassName
{
color: #F7ABE0;
}
.AnyTagClassName
{
color: #F7ABE0;
}
</style>
background-color css
<style>
a { background-color: #F7ABE0; }
a { background-color: rgb(247,171,224); }
div.DivClassName
{
background-color: #F7ABE0;
}
.BgClassName
{
background-color: #F7ABE0;
}
</style>
border-color css
<style>
span { border-color: #F7ABE0; }
span { border-color: rgb(247,171,224); }
td.TdClassName
{
border-color: #F7ABE0;
}
.TagClassName
{
border-color: #F7ABE0;
}
</style>