Shades of Lavender Rose #FAABDF
Tints of Lavender Rose #FAABDF
RGB
CMYK
RGB Variations
Color information
#FAABDF (or 0xFAABDF) is known color: Lavender Rose. HEX triplet: FA, AB and DF. RGB value is (250,171,223). Sum of RGB (Red+Green+Blue) = 250+171+223=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABDF is #055420. Grayscale: #C8C8C8. Windows color (decimal): -349217 or 14658554. OLE color: 14658554.
HSL color Cylindrical-coordinate representation of color #FAABDF: hue angle of 320.51º 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 #FAABDF is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 223 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.02 |
| HSL | 320.51º | 0.89% | 0.83% | - |
| HSV(B) | 320.51º | 0.32% | 0.98% | - |
| XYZ | 67.31 | 54.78 | 76.84 | - |
| YUV | 200.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 223 | 0 | 0.32 | 0.11 | 0.02 | 320.51 | 0.89 | 0.83 |
| Hex | FA | AB | DF | 0 | 20 | B | 2 | 141 | 59 | 53 |
| Octal | 372 | 253 | 337 | 0 | 40 | 13 | 2 | 501 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11011111 | 0 | 100000 | 1011 | 10 | 101000001 | 1011001 | 1010011 |
Color Harmonies of #FAABDF
Complementary color
Monochromatic Colors of #FAABDF
Black with #FAABDF
Text Example
Text Example
White with #FAABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABDF; }
p { color: rgb(250,171,223); }
H1.HeaderClassName
{
color: #FAABDF;
}
.AnyTagClassName
{
color: #FAABDF;
}
</style>
background-color css
<style>
a { background-color: #FAABDF; }
a { background-color: rgb(250,171,223); }
div.DivClassName
{
background-color: #FAABDF;
}
.BgClassName
{
background-color: #FAABDF;
}
</style>
border-color css
<style>
span { border-color: #FAABDF; }
span { border-color: rgb(250,171,223); }
td.TdClassName
{
border-color: #FAABDF;
}
.TagClassName
{
border-color: #FAABDF;
}
</style>