Shades of Lavender Rose #FAABFB
Tints of Lavender Rose #FAABFB
RGB
CMYK
RGB Variations
Color information
#FAABFB (or 0xFAABFB) is known color: Lavender Rose. HEX triplet: FA, AB and FB. RGB value is (250,171,251). Sum of RGB (Red+Green+Blue) = 250+171+251=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 171 (67.19% from 255 or 25.45% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABFB is #055404. Grayscale: #CBCBCB. Windows color (decimal): -349189 or 16493562. OLE color: 16493562.
HSL color Cylindrical-coordinate representation of color #FAABFB: hue angle of 299.25º degrees, saturation: 0.91, 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 #FAABFB is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 251 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.02 |
| HSL | 299.25º | 0.91% | 0.83% | - |
| HSV(B) | 299.25º | 0.32% | 0.98% | - |
| XYZ | 71.4 | 56.41 | 98.39 | - |
| YUV | 203.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 251 | 0.00 | 0.32 | 0 | 0.02 | 299.25 | 0.91 | 0.83 |
| Hex | FA | AB | FB | 0 | 20 | 0 | 2 | 12B | 5B | 53 |
| Octal | 372 | 253 | 373 | 0 | 40 | 0 | 2 | 453 | 133 | 123 |
| Binary | 11111010 | 10101011 | 11111011 | 0 | 100000 | 0 | 10 | 100101011 | 1011011 | 1010011 |
Color Harmonies of #FAABFB
Complementary color
Monochromatic Colors of #FAABFB
Black with #FAABFB
Text Example
Text Example
White with #FAABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABFB; }
p { color: rgb(250,171,251); }
H1.HeaderClassName
{
color: #FAABFB;
}
.AnyTagClassName
{
color: #FAABFB;
}
</style>
background-color css
<style>
a { background-color: #FAABFB; }
a { background-color: rgb(250,171,251); }
div.DivClassName
{
background-color: #FAABFB;
}
.BgClassName
{
background-color: #FAABFB;
}
</style>
border-color css
<style>
span { border-color: #FAABFB; }
span { border-color: rgb(250,171,251); }
td.TdClassName
{
border-color: #FAABFB;
}
.TagClassName
{
border-color: #FAABFB;
}
</style>