Shades of Lavender Rose #FAABFC
Tints of Lavender Rose #FAABFC
RGB
CMYK
RGB Variations
Color information
#FAABFC (or 0xFAABFC) is known color: Lavender Rose. HEX triplet: FA, AB and FC. RGB value is (250,171,252). Sum of RGB (Red+Green+Blue) = 250+171+252=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 171 (67.19% from 255 or 25.41% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABFC is #055403. Grayscale: #CBCBCB. Windows color (decimal): -349188 or 16559098. OLE color: 16559098.
HSL color Cylindrical-coordinate representation of color #FAABFC: hue angle of 298.52º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABFC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 171 | 252 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.01 |
| HSL | 298.52º | 0.93% | 0.83% | - |
| HSV(B) | 298.52º | 0.32% | 0.99% | - |
| XYZ | 71.56 | 56.48 | 99.23 | - |
| YUV | 203.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 252 | 0.01 | 0.32 | 0 | 0.01 | 298.52 | 0.93 | 0.83 |
| Hex | FA | AB | FC | 1 | 20 | 0 | 1 | 12B | 5D | 53 |
| Octal | 372 | 253 | 374 | 1 | 40 | 0 | 1 | 453 | 135 | 123 |
| Binary | 11111010 | 10101011 | 11111100 | 1 | 100000 | 0 | 1 | 100101011 | 1011101 | 1010011 |
Color Harmonies of #FAABFC
Complementary color
Monochromatic Colors of #FAABFC
Black with #FAABFC
Text Example
Text Example
White with #FAABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABFC; }
p { color: rgb(250,171,252); }
H1.HeaderClassName
{
color: #FAABFC;
}
.AnyTagClassName
{
color: #FAABFC;
}
</style>
background-color css
<style>
a { background-color: #FAABFC; }
a { background-color: rgb(250,171,252); }
div.DivClassName
{
background-color: #FAABFC;
}
.BgClassName
{
background-color: #FAABFC;
}
</style>
border-color css
<style>
span { border-color: #FAABFC; }
span { border-color: rgb(250,171,252); }
td.TdClassName
{
border-color: #FAABFC;
}
.TagClassName
{
border-color: #FAABFC;
}
</style>