Shades of Lavender Rose #FAAADF
Tints of Lavender Rose #FAAADF
RGB
CMYK
RGB Variations
Color information
#FAAADF (or 0xFAAADF) is known color: Lavender Rose. HEX triplet: FA, AA and DF. RGB value is (250,170,223). Sum of RGB (Red+Green+Blue) = 250+170+223=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAADF is #055520. Grayscale: #C7C7C7. Windows color (decimal): -349473 or 14658298. OLE color: 14658298.
HSL color Cylindrical-coordinate representation of color #FAAADF: hue angle of 320.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAADF is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 223 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.02 |
| HSL | 320.25º | 0.89% | 0.82% | - |
| HSV(B) | 320.25º | 0.32% | 0.98% | - |
| XYZ | 67.12 | 54.4 | 76.77 | - |
| YUV | 199.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 223 | 0 | 0.32 | 0.11 | 0.02 | 320.25 | 0.89 | 0.82 |
| Hex | FA | AA | DF | 0 | 20 | B | 2 | 140 | 59 | 52 |
| Octal | 372 | 252 | 337 | 0 | 40 | 13 | 2 | 500 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11011111 | 0 | 100000 | 1011 | 10 | 101000000 | 1011001 | 1010010 |
Color Harmonies of #FAAADF
Complementary color
Monochromatic Colors of #FAAADF
Black with #FAAADF
Text Example
Text Example
White with #FAAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAADF; }
p { color: rgb(250,170,223); }
H1.HeaderClassName
{
color: #FAAADF;
}
.AnyTagClassName
{
color: #FAAADF;
}
</style>
background-color css
<style>
a { background-color: #FAAADF; }
a { background-color: rgb(250,170,223); }
div.DivClassName
{
background-color: #FAAADF;
}
.BgClassName
{
background-color: #FAAADF;
}
</style>
border-color css
<style>
span { border-color: #FAAADF; }
span { border-color: rgb(250,170,223); }
td.TdClassName
{
border-color: #FAAADF;
}
.TagClassName
{
border-color: #FAAADF;
}
</style>