Shades of Lavender Rose #F1ABE8
Tints of Lavender Rose #F1ABE8
RGB
CMYK
RGB Variations
Color information
#F1ABE8 (or 0xF1ABE8) is known color: Lavender Rose. HEX triplet: F1, AB and E8. RGB value is (241,171,232). Sum of RGB (Red+Green+Blue) = 241+171+232=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ABE8 is #0E5417. Grayscale: #C6C6C6. Windows color (decimal): -939032 or 15248369. OLE color: 15248369.
HSL color Cylindrical-coordinate representation of color #F1ABE8: hue angle of 307.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 #F1ABE8 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 232 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.05 |
| HSL | 307.71º | 0.71% | 0.81% | - |
| HSV(B) | 307.71º | 0.29% | 0.95% | - |
| XYZ | 65.4 | 53.65 | 83.25 | - |
| YUV | 198.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 232 | 0 | 0.29 | 0.04 | 0.05 | 307.71 | 0.71 | 0.81 |
| Hex | F1 | AB | E8 | 0 | 1D | 4 | 5 | 134 | 47 | 51 |
| Octal | 361 | 253 | 350 | 0 | 35 | 4 | 5 | 464 | 107 | 121 |
| Binary | 11110001 | 10101011 | 11101000 | 0 | 11101 | 100 | 101 | 100110100 | 1000111 | 1010001 |
Color Harmonies of #F1ABE8
Complementary color
Monochromatic Colors of #F1ABE8
Black with #F1ABE8
Text Example
Text Example
White with #F1ABE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABE8; }
p { color: rgb(241,171,232); }
H1.HeaderClassName
{
color: #F1ABE8;
}
.AnyTagClassName
{
color: #F1ABE8;
}
</style>
background-color css
<style>
a { background-color: #F1ABE8; }
a { background-color: rgb(241,171,232); }
div.DivClassName
{
background-color: #F1ABE8;
}
.BgClassName
{
background-color: #F1ABE8;
}
</style>
border-color css
<style>
span { border-color: #F1ABE8; }
span { border-color: rgb(241,171,232); }
td.TdClassName
{
border-color: #F1ABE8;
}
.TagClassName
{
border-color: #F1ABE8;
}
</style>