Shades of Lavender Rose #F4AAF1
Tints of Lavender Rose #F4AAF1
RGB
CMYK
RGB Variations
Color information
#F4AAF1 (or 0xF4AAF1) is known color: Lavender Rose. HEX triplet: F4, AA and F1. RGB value is (244,170,241). Sum of RGB (Red+Green+Blue) = 244+170+241=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 170 (66.80% from 255 or 25.95% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AAF1 is #0B550E. Grayscale: #C8C8C8. Windows color (decimal): -742671 or 15837940. OLE color: 15837940.
HSL color Cylindrical-coordinate representation of color #F4AAF1: hue angle of 302.43º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AAF1 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 241 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.04 |
| HSL | 302.43º | 0.77% | 0.81% | - |
| HSV(B) | 302.43º | 0.3% | 0.96% | - |
| XYZ | 67.56 | 54.33 | 90.15 | - |
| YUV | 200.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 241 | 0 | 0.30 | 0.01 | 0.04 | 302.43 | 0.77 | 0.81 |
| Hex | F4 | AA | F1 | 0 | 1E | 1 | 4 | 12E | 4D | 51 |
| Octal | 364 | 252 | 361 | 0 | 36 | 1 | 4 | 456 | 115 | 121 |
| Binary | 11110100 | 10101010 | 11110001 | 0 | 11110 | 1 | 100 | 100101110 | 1001101 | 1010001 |
Color Harmonies of #F4AAF1
Complementary color
Monochromatic Colors of #F4AAF1
Black with #F4AAF1
Text Example
Text Example
White with #F4AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AAF1; }
p { color: rgb(244,170,241); }
H1.HeaderClassName
{
color: #F4AAF1;
}
.AnyTagClassName
{
color: #F4AAF1;
}
</style>
background-color css
<style>
a { background-color: #F4AAF1; }
a { background-color: rgb(244,170,241); }
div.DivClassName
{
background-color: #F4AAF1;
}
.BgClassName
{
background-color: #F4AAF1;
}
</style>
border-color css
<style>
span { border-color: #F4AAF1; }
span { border-color: rgb(244,170,241); }
td.TdClassName
{
border-color: #F4AAF1;
}
.TagClassName
{
border-color: #F4AAF1;
}
</style>