Shades of Lavender Rose #F1ABF1
Tints of Lavender Rose #F1ABF1
RGB
CMYK
RGB Variations
Color information
#F1ABF1 (or 0xF1ABF1) is known color: Lavender Rose. HEX triplet: F1, AB and F1. RGB value is (241,171,241). Sum of RGB (Red+Green+Blue) = 241+171+241=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1ABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ABF1 is #0E540E. Grayscale: #C7C7C7. Windows color (decimal): -939023 or 15838193. OLE color: 15838193.
HSL color Cylindrical-coordinate representation of color #F1ABF1: hue angle of 300º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ABF1 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 241 | - |
| CMYK | 0 | 0.29 | 0 | 0.05 |
| HSL | 300º | 0.71% | 0.81% | - |
| HSV(B) | 300º | 0.29% | 0.95% | - |
| XYZ | 66.72 | 54.18 | 90.16 | - |
| YUV | 199.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 241 | 0 | 0.29 | 0 | 0.05 | 300 | 0.71 | 0.81 |
| Hex | F1 | AB | F1 | 0 | 1D | 0 | 5 | 12C | 47 | 51 |
| Octal | 361 | 253 | 361 | 0 | 35 | 0 | 5 | 454 | 107 | 121 |
| Binary | 11110001 | 10101011 | 11110001 | 0 | 11101 | 0 | 101 | 100101100 | 1000111 | 1010001 |
Color Harmonies of #F1ABF1
Complementary color
Monochromatic Colors of #F1ABF1
Black with #F1ABF1
Text Example
Text Example
White with #F1ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABF1; }
p { color: rgb(241,171,241); }
H1.HeaderClassName
{
color: #F1ABF1;
}
.AnyTagClassName
{
color: #F1ABF1;
}
</style>
background-color css
<style>
a { background-color: #F1ABF1; }
a { background-color: rgb(241,171,241); }
div.DivClassName
{
background-color: #F1ABF1;
}
.BgClassName
{
background-color: #F1ABF1;
}
</style>
border-color css
<style>
span { border-color: #F1ABF1; }
span { border-color: rgb(241,171,241); }
td.TdClassName
{
border-color: #F1ABF1;
}
.TagClassName
{
border-color: #F1ABF1;
}
</style>