Shades of Lavender Rose #F1ABE0
Tints of Lavender Rose #F1ABE0
RGB
CMYK
RGB Variations
Color information
#F1ABE0 (or 0xF1ABE0) is known color: Lavender Rose. HEX triplet: F1, AB and E0. RGB value is (241,171,224). Sum of RGB (Red+Green+Blue) = 241+171+224=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABE0 is #0E541F. Grayscale: #C5C5C5. Windows color (decimal): -939040 or 14724081. OLE color: 14724081.
HSL color Cylindrical-coordinate representation of color #F1ABE0: hue angle of 314.57º 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 #F1ABE0 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 224 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.05 |
| HSL | 314.57º | 0.71% | 0.81% | - |
| HSV(B) | 314.57º | 0.29% | 0.95% | - |
| XYZ | 64.29 | 53.21 | 77.4 | - |
| YUV | 197.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 224 | 0 | 0.29 | 0.07 | 0.05 | 314.57 | 0.71 | 0.81 |
| Hex | F1 | AB | E0 | 0 | 1D | 7 | 5 | 13B | 47 | 51 |
| Octal | 361 | 253 | 340 | 0 | 35 | 7 | 5 | 473 | 107 | 121 |
| Binary | 11110001 | 10101011 | 11100000 | 0 | 11101 | 111 | 101 | 100111011 | 1000111 | 1010001 |
Color Harmonies of #F1ABE0
Complementary color
Monochromatic Colors of #F1ABE0
Black with #F1ABE0
Text Example
Text Example
White with #F1ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABE0; }
p { color: rgb(241,171,224); }
H1.HeaderClassName
{
color: #F1ABE0;
}
.AnyTagClassName
{
color: #F1ABE0;
}
</style>
background-color css
<style>
a { background-color: #F1ABE0; }
a { background-color: rgb(241,171,224); }
div.DivClassName
{
background-color: #F1ABE0;
}
.BgClassName
{
background-color: #F1ABE0;
}
</style>
border-color css
<style>
span { border-color: #F1ABE0; }
span { border-color: rgb(241,171,224); }
td.TdClassName
{
border-color: #F1ABE0;
}
.TagClassName
{
border-color: #F1ABE0;
}
</style>