Shades of Lavender Rose #F5ABF7
Tints of Lavender Rose #F5ABF7
RGB
CMYK
RGB Variations
Color information
#F5ABF7 (or 0xF5ABF7) is known color: Lavender Rose. HEX triplet: F5, AB and F7. RGB value is (245,171,247). Sum of RGB (Red+Green+Blue) = 245+171+247=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #F5ABF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ABF7 is #0A5408. Grayscale: #C9C9C9. Windows color (decimal): -676873 or 16231413. OLE color: 16231413.
HSL color Cylindrical-coordinate representation of color #F5ABF7: hue angle of 298.42º 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 #F5ABF7 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 171 | 247 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.03 |
| HSL | 298.42º | 0.83% | 0.82% | - |
| HSV(B) | 298.42º | 0.31% | 0.97% | - |
| XYZ | 69.01 | 55.25 | 95.02 | - |
| YUV | 201.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 247 | 0.01 | 0.31 | 0 | 0.03 | 298.42 | 0.83 | 0.82 |
| Hex | F5 | AB | F7 | 1 | 1F | 0 | 3 | 12A | 53 | 52 |
| Octal | 365 | 253 | 367 | 1 | 37 | 0 | 3 | 452 | 123 | 122 |
| Binary | 11110101 | 10101011 | 11110111 | 1 | 11111 | 0 | 11 | 100101010 | 1010011 | 1010010 |
Color Harmonies of #F5ABF7
Complementary color
Monochromatic Colors of #F5ABF7
Black with #F5ABF7
Text Example
Text Example
White with #F5ABF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABF7; }
p { color: rgb(245,171,247); }
H1.HeaderClassName
{
color: #F5ABF7;
}
.AnyTagClassName
{
color: #F5ABF7;
}
</style>
background-color css
<style>
a { background-color: #F5ABF7; }
a { background-color: rgb(245,171,247); }
div.DivClassName
{
background-color: #F5ABF7;
}
.BgClassName
{
background-color: #F5ABF7;
}
</style>
border-color css
<style>
span { border-color: #F5ABF7; }
span { border-color: rgb(245,171,247); }
td.TdClassName
{
border-color: #F5ABF7;
}
.TagClassName
{
border-color: #F5ABF7;
}
</style>