Shades of Lavender Rose #F1ABDF
Tints of Lavender Rose #F1ABDF
RGB
CMYK
RGB Variations
Color information
#F1ABDF (or 0xF1ABDF) is known color: Lavender Rose. HEX triplet: F1, AB and DF. RGB value is (241,171,223). Sum of RGB (Red+Green+Blue) = 241+171+223=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABDF is #0E5420. Grayscale: #C5C5C5. Windows color (decimal): -939041 or 14658545. OLE color: 14658545.
HSL color Cylindrical-coordinate representation of color #F1ABDF: hue angle of 315.43º 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 #F1ABDF is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 223 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.05 |
| HSL | 315.43º | 0.71% | 0.81% | - |
| HSV(B) | 315.43º | 0.29% | 0.95% | - |
| XYZ | 64.16 | 53.15 | 76.69 | - |
| YUV | 197.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 223 | 0 | 0.29 | 0.07 | 0.05 | 315.43 | 0.71 | 0.81 |
| Hex | F1 | AB | DF | 0 | 1D | 7 | 5 | 13B | 47 | 51 |
| Octal | 361 | 253 | 337 | 0 | 35 | 7 | 5 | 473 | 107 | 121 |
| Binary | 11110001 | 10101011 | 11011111 | 0 | 11101 | 111 | 101 | 100111011 | 1000111 | 1010001 |
Color Harmonies of #F1ABDF
Complementary color
Monochromatic Colors of #F1ABDF
Black with #F1ABDF
Text Example
Text Example
White with #F1ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABDF; }
p { color: rgb(241,171,223); }
H1.HeaderClassName
{
color: #F1ABDF;
}
.AnyTagClassName
{
color: #F1ABDF;
}
</style>
background-color css
<style>
a { background-color: #F1ABDF; }
a { background-color: rgb(241,171,223); }
div.DivClassName
{
background-color: #F1ABDF;
}
.BgClassName
{
background-color: #F1ABDF;
}
</style>
border-color css
<style>
span { border-color: #F1ABDF; }
span { border-color: rgb(241,171,223); }
td.TdClassName
{
border-color: #F1ABDF;
}
.TagClassName
{
border-color: #F1ABDF;
}
</style>