Shades of Lavender Rose #F8AAF1
Tints of Lavender Rose #F8AAF1
RGB
CMYK
RGB Variations
Color information
#F8AAF1 (or 0xF8AAF1) is known color: Lavender Rose. HEX triplet: F8, AA and F1. RGB value is (248,170,241). Sum of RGB (Red+Green+Blue) = 248+170+241=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AAF1 is #07550E. Grayscale: #C9C9C9. Windows color (decimal): -480527 or 15837944. OLE color: 15837944.
HSL color Cylindrical-coordinate representation of color #F8AAF1: hue angle of 305.38º 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 #F8AAF1 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 241 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.03 |
| HSL | 305.38º | 0.85% | 0.82% | - |
| HSV(B) | 305.38º | 0.31% | 0.97% | - |
| XYZ | 68.96 | 55.06 | 90.21 | - |
| YUV | 201.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 241 | 0 | 0.31 | 0.03 | 0.03 | 305.38 | 0.85 | 0.82 |
| Hex | F8 | AA | F1 | 0 | 1F | 3 | 3 | 131 | 55 | 52 |
| Octal | 370 | 252 | 361 | 0 | 37 | 3 | 3 | 461 | 125 | 122 |
| Binary | 11111000 | 10101010 | 11110001 | 0 | 11111 | 11 | 11 | 100110001 | 1010101 | 1010010 |
Color Harmonies of #F8AAF1
Complementary color
Monochromatic Colors of #F8AAF1
Black with #F8AAF1
Text Example
Text Example
White with #F8AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AAF1; }
p { color: rgb(248,170,241); }
H1.HeaderClassName
{
color: #F8AAF1;
}
.AnyTagClassName
{
color: #F8AAF1;
}
</style>
background-color css
<style>
a { background-color: #F8AAF1; }
a { background-color: rgb(248,170,241); }
div.DivClassName
{
background-color: #F8AAF1;
}
.BgClassName
{
background-color: #F8AAF1;
}
</style>
border-color css
<style>
span { border-color: #F8AAF1; }
span { border-color: rgb(248,170,241); }
td.TdClassName
{
border-color: #F8AAF1;
}
.TagClassName
{
border-color: #F8AAF1;
}
</style>