Shades of Lavender Rose #F8A7F1
Tints of Lavender Rose #F8A7F1
RGB
CMYK
RGB Variations
Color information
#F8A7F1 (or 0xF8A7F1) is known color: Lavender Rose. HEX triplet: F8, A7 and F1. RGB value is (248,167,241). Sum of RGB (Red+Green+Blue) = 248+167+241=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 167 (65.62% from 255 or 25.46% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A7F1 is #07580E. Grayscale: #C7C7C7. Windows color (decimal): -481295 or 15837176. OLE color: 15837176.
HSL color Cylindrical-coordinate representation of color #F8A7F1: hue angle of 305.19º 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 #F8A7F1 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 241 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.03 |
| HSL | 305.19º | 0.85% | 0.81% | - |
| HSV(B) | 305.19º | 0.33% | 0.97% | - |
| XYZ | 68.41 | 53.94 | 90.03 | - |
| YUV | 199.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 241 | 0 | 0.33 | 0.03 | 0.03 | 305.19 | 0.85 | 0.81 |
| Hex | F8 | A7 | F1 | 0 | 21 | 3 | 3 | 131 | 55 | 51 |
| Octal | 370 | 247 | 361 | 0 | 41 | 3 | 3 | 461 | 125 | 121 |
| Binary | 11111000 | 10100111 | 11110001 | 0 | 100001 | 11 | 11 | 100110001 | 1010101 | 1010001 |
Color Harmonies of #F8A7F1
Complementary color
Monochromatic Colors of #F8A7F1
Black with #F8A7F1
Text Example
Text Example
White with #F8A7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A7F1; }
p { color: rgb(248,167,241); }
H1.HeaderClassName
{
color: #F8A7F1;
}
.AnyTagClassName
{
color: #F8A7F1;
}
</style>
background-color css
<style>
a { background-color: #F8A7F1; }
a { background-color: rgb(248,167,241); }
div.DivClassName
{
background-color: #F8A7F1;
}
.BgClassName
{
background-color: #F8A7F1;
}
</style>
border-color css
<style>
span { border-color: #F8A7F1; }
span { border-color: rgb(248,167,241); }
td.TdClassName
{
border-color: #F8A7F1;
}
.TagClassName
{
border-color: #F8A7F1;
}
</style>