Shades of Lavender Rose #FAABFD
Tints of Lavender Rose #FAABFD
RGB
CMYK
RGB Variations
Color information
#FAABFD (or 0xFAABFD) is known color: Lavender Rose. HEX triplet: FA, AB and FD. RGB value is (250,171,253). Sum of RGB (Red+Green+Blue) = 250+171+253=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 171 (67.19% from 255 or 25.37% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABFD is #055402. Grayscale: #CBCBCB. Windows color (decimal): -349187 or 16624634. OLE color: 16624634.
HSL color Cylindrical-coordinate representation of color #FAABFD: hue angle of 297.8º degrees, saturation: 0.95, 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 #FAABFD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 171 | 253 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.01 |
| HSL | 297.8º | 0.95% | 0.83% | - |
| HSV(B) | 297.8º | 0.32% | 0.99% | - |
| XYZ | 71.72 | 56.54 | 100.06 | - |
| YUV | 203.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 253 | 0.01 | 0.32 | 0 | 0.01 | 297.8 | 0.95 | 0.83 |
| Hex | FA | AB | FD | 1 | 20 | 0 | 1 | 12A | 5F | 53 |
| Octal | 372 | 253 | 375 | 1 | 40 | 0 | 1 | 452 | 137 | 123 |
| Binary | 11111010 | 10101011 | 11111101 | 1 | 100000 | 0 | 1 | 100101010 | 1011111 | 1010011 |
Color Harmonies of #FAABFD
Complementary color
Monochromatic Colors of #FAABFD
Black with #FAABFD
Text Example
Text Example
White with #FAABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABFD; }
p { color: rgb(250,171,253); }
H1.HeaderClassName
{
color: #FAABFD;
}
.AnyTagClassName
{
color: #FAABFD;
}
</style>
background-color css
<style>
a { background-color: #FAABFD; }
a { background-color: rgb(250,171,253); }
div.DivClassName
{
background-color: #FAABFD;
}
.BgClassName
{
background-color: #FAABFD;
}
</style>
border-color css
<style>
span { border-color: #FAABFD; }
span { border-color: rgb(250,171,253); }
td.TdClassName
{
border-color: #FAABFD;
}
.TagClassName
{
border-color: #FAABFD;
}
</style>