Shades of Lavender Rose #FAA1D7
Tints of Lavender Rose #FAA1D7
RGB
CMYK
RGB Variations
Color information
#FAA1D7 (or 0xFAA1D7) is known color: Lavender Rose. HEX triplet: FA, A1 and D7. RGB value is (250,161,215). Sum of RGB (Red+Green+Blue) = 250+161+215=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 161 (63.28% from 255 or 25.72% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1D7 is #055E28. Grayscale: #C1C1C1. Windows color (decimal): -351785 or 14131706. OLE color: 14131706.
HSL color Cylindrical-coordinate representation of color #FAA1D7: hue angle of 323.6º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA1D7 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 215 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.02 |
| HSL | 323.6º | 0.9% | 0.81% | - |
| HSV(B) | 323.6º | 0.36% | 0.98% | - |
| XYZ | 64.43 | 50.72 | 70.68 | - |
| YUV | 193.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 215 | 0 | 0.36 | 0.14 | 0.02 | 323.6 | 0.9 | 0.81 |
| Hex | FA | A1 | D7 | 0 | 24 | E | 2 | 144 | 5A | 51 |
| Octal | 372 | 241 | 327 | 0 | 44 | 16 | 2 | 504 | 132 | 121 |
| Binary | 11111010 | 10100001 | 11010111 | 0 | 100100 | 1110 | 10 | 101000100 | 1011010 | 1010001 |
Color Harmonies of #FAA1D7
Complementary color
Monochromatic Colors of #FAA1D7
Black with #FAA1D7
Text Example
Text Example
White with #FAA1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1D7; }
p { color: rgb(250,161,215); }
H1.HeaderClassName
{
color: #FAA1D7;
}
.AnyTagClassName
{
color: #FAA1D7;
}
</style>
background-color css
<style>
a { background-color: #FAA1D7; }
a { background-color: rgb(250,161,215); }
div.DivClassName
{
background-color: #FAA1D7;
}
.BgClassName
{
background-color: #FAA1D7;
}
</style>
border-color css
<style>
span { border-color: #FAA1D7; }
span { border-color: rgb(250,161,215); }
td.TdClassName
{
border-color: #FAA1D7;
}
.TagClassName
{
border-color: #FAA1D7;
}
</style>