Shades of Lavender Rose #F8ABF1
Tints of Lavender Rose #F8ABF1
RGB
CMYK
RGB Variations
Color information
#F8ABF1 (or 0xF8ABF1) is known color: Lavender Rose. HEX triplet: F8, AB and F1. RGB value is (248,171,241). Sum of RGB (Red+Green+Blue) = 248+171+241=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 171 (67.19% from 255 or 25.91% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ABF1 is #07540E. Grayscale: #C9C9C9. Windows color (decimal): -480271 or 15838200. OLE color: 15838200.
HSL color Cylindrical-coordinate representation of color #F8ABF1: hue angle of 305.45º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ABF1 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 241 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.03 |
| HSL | 305.45º | 0.85% | 0.82% | - |
| HSV(B) | 305.45º | 0.31% | 0.97% | - |
| XYZ | 69.15 | 55.43 | 90.27 | - |
| YUV | 202 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 241 | 0 | 0.31 | 0.03 | 0.03 | 305.45 | 0.85 | 0.82 |
| Hex | F8 | AB | F1 | 0 | 1F | 3 | 3 | 131 | 55 | 52 |
| Octal | 370 | 253 | 361 | 0 | 37 | 3 | 3 | 461 | 125 | 122 |
| Binary | 11111000 | 10101011 | 11110001 | 0 | 11111 | 11 | 11 | 100110001 | 1010101 | 1010010 |
Color Harmonies of #F8ABF1
Complementary color
Monochromatic Colors of #F8ABF1
Black with #F8ABF1
Text Example
Text Example
White with #F8ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABF1; }
p { color: rgb(248,171,241); }
H1.HeaderClassName
{
color: #F8ABF1;
}
.AnyTagClassName
{
color: #F8ABF1;
}
</style>
background-color css
<style>
a { background-color: #F8ABF1; }
a { background-color: rgb(248,171,241); }
div.DivClassName
{
background-color: #F8ABF1;
}
.BgClassName
{
background-color: #F8ABF1;
}
</style>
border-color css
<style>
span { border-color: #F8ABF1; }
span { border-color: rgb(248,171,241); }
td.TdClassName
{
border-color: #F8ABF1;
}
.TagClassName
{
border-color: #F8ABF1;
}
</style>