Shades of Lavender Rose #F8A6F1
Tints of Lavender Rose #F8A6F1
RGB
CMYK
RGB Variations
Color information
#F8A6F1 (or 0xF8A6F1) is known color: Lavender Rose. HEX triplet: F8, A6 and F1. RGB value is (248,166,241). Sum of RGB (Red+Green+Blue) = 248+166+241=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 166 (65.23% from 255 or 25.34% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A6F1 is #07590E. Grayscale: #C6C6C6. Windows color (decimal): -481551 or 15836920. OLE color: 15836920.
HSL color Cylindrical-coordinate representation of color #F8A6F1: hue angle of 305.12º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6F1 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 241 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.03 |
| HSL | 305.12º | 0.85% | 0.81% | - |
| HSV(B) | 305.12º | 0.33% | 0.97% | - |
| XYZ | 68.22 | 53.58 | 89.97 | - |
| YUV | 199.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 241 | 0 | 0.33 | 0.03 | 0.03 | 305.12 | 0.85 | 0.81 |
| Hex | F8 | A6 | F1 | 0 | 21 | 3 | 3 | 131 | 55 | 51 |
| Octal | 370 | 246 | 361 | 0 | 41 | 3 | 3 | 461 | 125 | 121 |
| Binary | 11111000 | 10100110 | 11110001 | 0 | 100001 | 11 | 11 | 100110001 | 1010101 | 1010001 |
Color Harmonies of #F8A6F1
Complementary color
Monochromatic Colors of #F8A6F1
Black with #F8A6F1
Text Example
Text Example
White with #F8A6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6F1; }
p { color: rgb(248,166,241); }
H1.HeaderClassName
{
color: #F8A6F1;
}
.AnyTagClassName
{
color: #F8A6F1;
}
</style>
background-color css
<style>
a { background-color: #F8A6F1; }
a { background-color: rgb(248,166,241); }
div.DivClassName
{
background-color: #F8A6F1;
}
.BgClassName
{
background-color: #F8A6F1;
}
</style>
border-color css
<style>
span { border-color: #F8A6F1; }
span { border-color: rgb(248,166,241); }
td.TdClassName
{
border-color: #F8A6F1;
}
.TagClassName
{
border-color: #F8A6F1;
}
</style>