Shades of Lavender Rose #FAAAF1
Tints of Lavender Rose #FAAAF1
RGB
CMYK
RGB Variations
Color information
#FAAAF1 (or 0xFAAAF1) is known color: Lavender Rose. HEX triplet: FA, AA and F1. RGB value is (250,170,241). Sum of RGB (Red+Green+Blue) = 250+170+241=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 170 (66.80% from 255 or 25.72% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF1 is #05550E. Grayscale: #C9C9C9. Windows color (decimal): -349455 or 15837946. OLE color: 15837946.
HSL color Cylindrical-coordinate representation of color #FAAAF1: hue angle of 306.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAF1 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 241 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.02 |
| HSL | 306.75º | 0.89% | 0.82% | - |
| HSV(B) | 306.75º | 0.32% | 0.98% | - |
| XYZ | 69.68 | 55.42 | 90.24 | - |
| YUV | 202.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 241 | 0 | 0.32 | 0.04 | 0.02 | 306.75 | 0.89 | 0.82 |
| Hex | FA | AA | F1 | 0 | 20 | 4 | 2 | 133 | 59 | 52 |
| Octal | 372 | 252 | 361 | 0 | 40 | 4 | 2 | 463 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11110001 | 0 | 100000 | 100 | 10 | 100110011 | 1011001 | 1010010 |
Color Harmonies of #FAAAF1
Complementary color
Monochromatic Colors of #FAAAF1
Black with #FAAAF1
Text Example
Text Example
White with #FAAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAF1; }
p { color: rgb(250,170,241); }
H1.HeaderClassName
{
color: #FAAAF1;
}
.AnyTagClassName
{
color: #FAAAF1;
}
</style>
background-color css
<style>
a { background-color: #FAAAF1; }
a { background-color: rgb(250,170,241); }
div.DivClassName
{
background-color: #FAAAF1;
}
.BgClassName
{
background-color: #FAAAF1;
}
</style>
border-color css
<style>
span { border-color: #FAAAF1; }
span { border-color: rgb(250,170,241); }
td.TdClassName
{
border-color: #FAAAF1;
}
.TagClassName
{
border-color: #FAAAF1;
}
</style>