Shades of Lavender Rose #FAABF6
Tints of Lavender Rose #FAABF6
RGB
CMYK
RGB Variations
Color information
#FAABF6 (or 0xFAABF6) is known color: Lavender Rose. HEX triplet: FA, AB and F6. RGB value is (250,171,246). Sum of RGB (Red+Green+Blue) = 250+171+246=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 171 (67.19% from 255 or 25.64% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABF6 is #055409. Grayscale: #CACACA. Windows color (decimal): -349194 or 16165882. OLE color: 16165882.
HSL color Cylindrical-coordinate representation of color #FAABF6: hue angle of 303.04º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABF6 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 246 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.02 |
| HSL | 303.04º | 0.89% | 0.83% | - |
| HSV(B) | 303.04º | 0.32% | 0.98% | - |
| XYZ | 70.62 | 56.1 | 94.3 | - |
| YUV | 203.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 246 | 0 | 0.32 | 0.02 | 0.02 | 303.04 | 0.89 | 0.83 |
| Hex | FA | AB | F6 | 0 | 20 | 2 | 2 | 12F | 59 | 53 |
| Octal | 372 | 253 | 366 | 0 | 40 | 2 | 2 | 457 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11110110 | 0 | 100000 | 10 | 10 | 100101111 | 1011001 | 1010011 |
Color Harmonies of #FAABF6
Complementary color
Monochromatic Colors of #FAABF6
Black with #FAABF6
Text Example
Text Example
White with #FAABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABF6; }
p { color: rgb(250,171,246); }
H1.HeaderClassName
{
color: #FAABF6;
}
.AnyTagClassName
{
color: #FAABF6;
}
</style>
background-color css
<style>
a { background-color: #FAABF6; }
a { background-color: rgb(250,171,246); }
div.DivClassName
{
background-color: #FAABF6;
}
.BgClassName
{
background-color: #FAABF6;
}
</style>
border-color css
<style>
span { border-color: #FAABF6; }
span { border-color: rgb(250,171,246); }
td.TdClassName
{
border-color: #FAABF6;
}
.TagClassName
{
border-color: #FAABF6;
}
</style>