Shades of Lavender Rose #FAA6F1
Tints of Lavender Rose #FAA6F1
RGB
CMYK
RGB Variations
Color information
#FAA6F1 (or 0xFAA6F1) is known color: Lavender Rose. HEX triplet: FA, A6 and F1. RGB value is (250,166,241). Sum of RGB (Red+Green+Blue) = 250+166+241=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 166 (65.23% from 255 or 25.27% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA6F1 is #05590E. Grayscale: #C7C7C7. Windows color (decimal): -350479 or 15836922. OLE color: 15836922.
HSL color Cylindrical-coordinate representation of color #FAA6F1: hue angle of 306.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6F1 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 241 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.02 |
| HSL | 306.43º | 0.89% | 0.82% | - |
| HSV(B) | 306.43º | 0.34% | 0.98% | - |
| XYZ | 68.94 | 53.95 | 90 | - |
| YUV | 199.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 241 | 0 | 0.34 | 0.04 | 0.02 | 306.43 | 0.89 | 0.82 |
| Hex | FA | A6 | F1 | 0 | 22 | 4 | 2 | 132 | 59 | 52 |
| Octal | 372 | 246 | 361 | 0 | 42 | 4 | 2 | 462 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11110001 | 0 | 100010 | 100 | 10 | 100110010 | 1011001 | 1010010 |
Color Harmonies of #FAA6F1
Complementary color
Monochromatic Colors of #FAA6F1
Black with #FAA6F1
Text Example
Text Example
White with #FAA6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6F1; }
p { color: rgb(250,166,241); }
H1.HeaderClassName
{
color: #FAA6F1;
}
.AnyTagClassName
{
color: #FAA6F1;
}
</style>
background-color css
<style>
a { background-color: #FAA6F1; }
a { background-color: rgb(250,166,241); }
div.DivClassName
{
background-color: #FAA6F1;
}
.BgClassName
{
background-color: #FAA6F1;
}
</style>
border-color css
<style>
span { border-color: #FAA6F1; }
span { border-color: rgb(250,166,241); }
td.TdClassName
{
border-color: #FAA6F1;
}
.TagClassName
{
border-color: #FAA6F1;
}
</style>