Shades of Lavender Rose #F1ABDE
Tints of Lavender Rose #F1ABDE
RGB
CMYK
RGB Variations
Color information
#F1ABDE (or 0xF1ABDE) is known color: Lavender Rose. HEX triplet: F1, AB and DE. RGB value is (241,171,222). Sum of RGB (Red+Green+Blue) = 241+171+222=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABDE is #0E5421. Grayscale: #C5C5C5. Windows color (decimal): -939042 or 14593009. OLE color: 14593009.
HSL color Cylindrical-coordinate representation of color #F1ABDE: hue angle of 316.29º 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 #F1ABDE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 222 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.05 |
| HSL | 316.29º | 0.71% | 0.81% | - |
| HSV(B) | 316.29º | 0.29% | 0.95% | - |
| XYZ | 64.02 | 53.1 | 75.98 | - |
| YUV | 197.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 222 | 0 | 0.29 | 0.08 | 0.05 | 316.29 | 0.71 | 0.81 |
| Hex | F1 | AB | DE | 0 | 1D | 8 | 5 | 13C | 47 | 51 |
| Octal | 361 | 253 | 336 | 0 | 35 | 10 | 5 | 474 | 107 | 121 |
| Binary | 11110001 | 10101011 | 11011110 | 0 | 11101 | 1000 | 101 | 100111100 | 1000111 | 1010001 |
Color Harmonies of #F1ABDE
Complementary color
Monochromatic Colors of #F1ABDE
Black with #F1ABDE
Text Example
Text Example
White with #F1ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABDE; }
p { color: rgb(241,171,222); }
H1.HeaderClassName
{
color: #F1ABDE;
}
.AnyTagClassName
{
color: #F1ABDE;
}
</style>
background-color css
<style>
a { background-color: #F1ABDE; }
a { background-color: rgb(241,171,222); }
div.DivClassName
{
background-color: #F1ABDE;
}
.BgClassName
{
background-color: #F1ABDE;
}
</style>
border-color css
<style>
span { border-color: #F1ABDE; }
span { border-color: rgb(241,171,222); }
td.TdClassName
{
border-color: #F1ABDE;
}
.TagClassName
{
border-color: #F1ABDE;
}
</style>