Shades of Lavender Rose #F1ABEF
Tints of Lavender Rose #F1ABEF
RGB
CMYK
RGB Variations
Color information
#F1ABEF (or 0xF1ABEF) is known color: Lavender Rose. HEX triplet: F1, AB and EF. RGB value is (241,171,239). Sum of RGB (Red+Green+Blue) = 241+171+239=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ABEF is #0E5410. Grayscale: #C7C7C7. Windows color (decimal): -939025 or 15707121. OLE color: 15707121.
HSL color Cylindrical-coordinate representation of color #F1ABEF: hue angle of 301.71º 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 #F1ABEF is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 239 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.05 |
| HSL | 301.71º | 0.71% | 0.81% | - |
| HSV(B) | 301.71º | 0.29% | 0.95% | - |
| XYZ | 66.42 | 54.06 | 88.6 | - |
| YUV | 199.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 239 | 0 | 0.29 | 0.01 | 0.05 | 301.71 | 0.71 | 0.81 |
| Hex | F1 | AB | EF | 0 | 1D | 1 | 5 | 12E | 47 | 51 |
| Octal | 361 | 253 | 357 | 0 | 35 | 1 | 5 | 456 | 107 | 121 |
| Binary | 11110001 | 10101011 | 11101111 | 0 | 11101 | 1 | 101 | 100101110 | 1000111 | 1010001 |
Color Harmonies of #F1ABEF
Complementary color
Monochromatic Colors of #F1ABEF
Black with #F1ABEF
Text Example
Text Example
White with #F1ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABEF; }
p { color: rgb(241,171,239); }
H1.HeaderClassName
{
color: #F1ABEF;
}
.AnyTagClassName
{
color: #F1ABEF;
}
</style>
background-color css
<style>
a { background-color: #F1ABEF; }
a { background-color: rgb(241,171,239); }
div.DivClassName
{
background-color: #F1ABEF;
}
.BgClassName
{
background-color: #F1ABEF;
}
</style>
border-color css
<style>
span { border-color: #F1ABEF; }
span { border-color: rgb(241,171,239); }
td.TdClassName
{
border-color: #F1ABEF;
}
.TagClassName
{
border-color: #F1ABEF;
}
</style>