Shades of Lavender Rose #FAABF0
Tints of Lavender Rose #FAABF0
RGB
CMYK
RGB Variations
Color information
#FAABF0 (or 0xFAABF0) is known color: Lavender Rose. HEX triplet: FA, AB and F0. RGB value is (250,171,240). Sum of RGB (Red+Green+Blue) = 250+171+240=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 171 (67.19% from 255 or 25.87% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABF0 is #05540F. Grayscale: #CACACA. Windows color (decimal): -349200 or 15772666. OLE color: 15772666.
HSL color Cylindrical-coordinate representation of color #FAABF0: hue angle of 307.59º 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 #FAABF0 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 240 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.02 |
| HSL | 307.59º | 0.89% | 0.83% | - |
| HSV(B) | 307.59º | 0.32% | 0.98% | - |
| XYZ | 69.72 | 55.74 | 89.52 | - |
| YUV | 202.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 240 | 0 | 0.32 | 0.04 | 0.02 | 307.59 | 0.89 | 0.83 |
| Hex | FA | AB | F0 | 0 | 20 | 4 | 2 | 134 | 59 | 53 |
| Octal | 372 | 253 | 360 | 0 | 40 | 4 | 2 | 464 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11110000 | 0 | 100000 | 100 | 10 | 100110100 | 1011001 | 1010011 |
Color Harmonies of #FAABF0
Complementary color
Monochromatic Colors of #FAABF0
Black with #FAABF0
Text Example
Text Example
White with #FAABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABF0; }
p { color: rgb(250,171,240); }
H1.HeaderClassName
{
color: #FAABF0;
}
.AnyTagClassName
{
color: #FAABF0;
}
</style>
background-color css
<style>
a { background-color: #FAABF0; }
a { background-color: rgb(250,171,240); }
div.DivClassName
{
background-color: #FAABF0;
}
.BgClassName
{
background-color: #FAABF0;
}
</style>
border-color css
<style>
span { border-color: #FAABF0; }
span { border-color: rgb(250,171,240); }
td.TdClassName
{
border-color: #FAABF0;
}
.TagClassName
{
border-color: #FAABF0;
}
</style>