Shades of Lavender Rose #F5ABF1
Tints of Lavender Rose #F5ABF1
RGB
CMYK
RGB Variations
Color information
#F5ABF1 (or 0xF5ABF1) is known color: Lavender Rose. HEX triplet: F5, AB and F1. RGB value is (245,171,241). Sum of RGB (Red+Green+Blue) = 245+171+241=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 171 (67.19% from 255 or 26.03% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ABF1 is #0A540E. Grayscale: #C8C8C8. Windows color (decimal): -676879 or 15838197. OLE color: 15838197.
HSL color Cylindrical-coordinate representation of color #F5ABF1: hue angle of 303.24º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ABF1 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 241 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.04 |
| HSL | 303.24º | 0.79% | 0.82% | - |
| HSV(B) | 303.24º | 0.3% | 0.96% | - |
| XYZ | 68.1 | 54.89 | 90.22 | - |
| YUV | 201.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 241 | 0 | 0.30 | 0.02 | 0.04 | 303.24 | 0.79 | 0.82 |
| Hex | F5 | AB | F1 | 0 | 1E | 2 | 4 | 12F | 4F | 52 |
| Octal | 365 | 253 | 361 | 0 | 36 | 2 | 4 | 457 | 117 | 122 |
| Binary | 11110101 | 10101011 | 11110001 | 0 | 11110 | 10 | 100 | 100101111 | 1001111 | 1010010 |
Color Harmonies of #F5ABF1
Complementary color
Monochromatic Colors of #F5ABF1
Black with #F5ABF1
Text Example
Text Example
White with #F5ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABF1; }
p { color: rgb(245,171,241); }
H1.HeaderClassName
{
color: #F5ABF1;
}
.AnyTagClassName
{
color: #F5ABF1;
}
</style>
background-color css
<style>
a { background-color: #F5ABF1; }
a { background-color: rgb(245,171,241); }
div.DivClassName
{
background-color: #F5ABF1;
}
.BgClassName
{
background-color: #F5ABF1;
}
</style>
border-color css
<style>
span { border-color: #F5ABF1; }
span { border-color: rgb(245,171,241); }
td.TdClassName
{
border-color: #F5ABF1;
}
.TagClassName
{
border-color: #F5ABF1;
}
</style>