Shades of Lavender Rose #FAABF2
Tints of Lavender Rose #FAABF2
RGB
CMYK
RGB Variations
Color information
#FAABF2 (or 0xFAABF2) is known color: Lavender Rose. HEX triplet: FA, AB and F2. RGB value is (250,171,242). Sum of RGB (Red+Green+Blue) = 250+171+242=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABF2 is #05540D. Grayscale: #CACACA. Windows color (decimal): -349198 or 15903738. OLE color: 15903738.
HSL color Cylindrical-coordinate representation of color #FAABF2: hue angle of 306.08º 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 #FAABF2 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 242 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.02 |
| HSL | 306.08º | 0.89% | 0.83% | - |
| HSV(B) | 306.08º | 0.32% | 0.98% | - |
| XYZ | 70.01 | 55.86 | 91.1 | - |
| YUV | 202.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 242 | 0 | 0.32 | 0.03 | 0.02 | 306.08 | 0.89 | 0.83 |
| Hex | FA | AB | F2 | 0 | 20 | 3 | 2 | 132 | 59 | 53 |
| Octal | 372 | 253 | 362 | 0 | 40 | 3 | 2 | 462 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11110010 | 0 | 100000 | 11 | 10 | 100110010 | 1011001 | 1010011 |
Color Harmonies of #FAABF2
Complementary color
Monochromatic Colors of #FAABF2
Black with #FAABF2
Text Example
Text Example
White with #FAABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABF2; }
p { color: rgb(250,171,242); }
H1.HeaderClassName
{
color: #FAABF2;
}
.AnyTagClassName
{
color: #FAABF2;
}
</style>
background-color css
<style>
a { background-color: #FAABF2; }
a { background-color: rgb(250,171,242); }
div.DivClassName
{
background-color: #FAABF2;
}
.BgClassName
{
background-color: #FAABF2;
}
</style>
border-color css
<style>
span { border-color: #FAABF2; }
span { border-color: rgb(250,171,242); }
td.TdClassName
{
border-color: #FAABF2;
}
.TagClassName
{
border-color: #FAABF2;
}
</style>