Shades of Lavender Rose #F7ABDD
Tints of Lavender Rose #F7ABDD
RGB
CMYK
RGB Variations
Color information
#F7ABDD (or 0xF7ABDD) is known color: Lavender Rose. HEX triplet: F7, AB and DD. RGB value is (247,171,221). Sum of RGB (Red+Green+Blue) = 247+171+221=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABDD is #085422. Grayscale: #C7C7C7. Windows color (decimal): -545827 or 14527479. OLE color: 14527479.
HSL color Cylindrical-coordinate representation of color #F7ABDD: hue angle of 320.53º 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 #F7ABDD is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 171 | 221 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.03 |
| HSL | 320.53º | 0.83% | 0.82% | - |
| HSV(B) | 320.53º | 0.31% | 0.97% | - |
| XYZ | 65.97 | 54.12 | 75.38 | - |
| YUV | 199.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 171 | 221 | 0 | 0.31 | 0.11 | 0.03 | 320.53 | 0.83 | 0.82 |
| Hex | F7 | AB | DD | 0 | 1F | B | 3 | 141 | 53 | 52 |
| Octal | 367 | 253 | 335 | 0 | 37 | 13 | 3 | 501 | 123 | 122 |
| Binary | 11110111 | 10101011 | 11011101 | 0 | 11111 | 1011 | 11 | 101000001 | 1010011 | 1010010 |
Color Harmonies of #F7ABDD
Complementary color
Monochromatic Colors of #F7ABDD
Black with #F7ABDD
Text Example
Text Example
White with #F7ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ABDD; }
p { color: rgb(247,171,221); }
H1.HeaderClassName
{
color: #F7ABDD;
}
.AnyTagClassName
{
color: #F7ABDD;
}
</style>
background-color css
<style>
a { background-color: #F7ABDD; }
a { background-color: rgb(247,171,221); }
div.DivClassName
{
background-color: #F7ABDD;
}
.BgClassName
{
background-color: #F7ABDD;
}
</style>
border-color css
<style>
span { border-color: #F7ABDD; }
span { border-color: rgb(247,171,221); }
td.TdClassName
{
border-color: #F7ABDD;
}
.TagClassName
{
border-color: #F7ABDD;
}
</style>