Shades of Lavender Rose #FAAAF6
Tints of Lavender Rose #FAAAF6
RGB
CMYK
RGB Variations
Color information
#FAAAF6 (or 0xFAAAF6) is known color: Lavender Rose. HEX triplet: FA, AA and F6. RGB value is (250,170,246). Sum of RGB (Red+Green+Blue) = 250+170+246=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 170 (66.80% from 255 or 25.53% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF6 is #055509. Grayscale: #CACACA. Windows color (decimal): -349450 or 16165626. OLE color: 16165626.
HSL color Cylindrical-coordinate representation of color #FAAAF6: hue angle of 303º 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 #FAAAF6 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 246 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.02 |
| HSL | 303º | 0.89% | 0.82% | - |
| HSV(B) | 303º | 0.32% | 0.98% | - |
| XYZ | 70.43 | 55.73 | 94.23 | - |
| YUV | 202.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 246 | 0 | 0.32 | 0.02 | 0.02 | 303 | 0.89 | 0.82 |
| Hex | FA | AA | F6 | 0 | 20 | 2 | 2 | 12F | 59 | 52 |
| Octal | 372 | 252 | 366 | 0 | 40 | 2 | 2 | 457 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11110110 | 0 | 100000 | 10 | 10 | 100101111 | 1011001 | 1010010 |
Color Harmonies of #FAAAF6
Complementary color
Monochromatic Colors of #FAAAF6
Black with #FAAAF6
Text Example
Text Example
White with #FAAAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAF6; }
p { color: rgb(250,170,246); }
H1.HeaderClassName
{
color: #FAAAF6;
}
.AnyTagClassName
{
color: #FAAAF6;
}
</style>
background-color css
<style>
a { background-color: #FAAAF6; }
a { background-color: rgb(250,170,246); }
div.DivClassName
{
background-color: #FAAAF6;
}
.BgClassName
{
background-color: #FAAAF6;
}
</style>
border-color css
<style>
span { border-color: #FAAAF6; }
span { border-color: rgb(250,170,246); }
td.TdClassName
{
border-color: #FAAAF6;
}
.TagClassName
{
border-color: #FAAAF6;
}
</style>