Shades of Lavender Rose #FAA1ED
Tints of Lavender Rose #FAA1ED
RGB
CMYK
RGB Variations
Color information
#FAA1ED (or 0xFAA1ED) is known color: Lavender Rose. HEX triplet: FA, A1 and ED. RGB value is (250,161,237). Sum of RGB (Red+Green+Blue) = 250+161+237=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 161 (63.28% from 255 or 24.85% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA1ED is #055E12. Grayscale: #C4C4C4. Windows color (decimal): -351763 or 15573498. OLE color: 15573498.
HSL color Cylindrical-coordinate representation of color #FAA1ED: hue angle of 308.76º 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 #FAA1ED is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 237 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.02 |
| HSL | 308.76º | 0.9% | 0.81% | - |
| HSV(B) | 308.76º | 0.36% | 0.98% | - |
| XYZ | 67.46 | 51.93 | 86.59 | - |
| YUV | 196.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 237 | 0 | 0.36 | 0.05 | 0.02 | 308.76 | 0.9 | 0.81 |
| Hex | FA | A1 | ED | 0 | 24 | 5 | 2 | 135 | 5A | 51 |
| Octal | 372 | 241 | 355 | 0 | 44 | 5 | 2 | 465 | 132 | 121 |
| Binary | 11111010 | 10100001 | 11101101 | 0 | 100100 | 101 | 10 | 100110101 | 1011010 | 1010001 |
Color Harmonies of #FAA1ED
Complementary color
Monochromatic Colors of #FAA1ED
Black with #FAA1ED
Text Example
Text Example
White with #FAA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1ED; }
p { color: rgb(250,161,237); }
H1.HeaderClassName
{
color: #FAA1ED;
}
.AnyTagClassName
{
color: #FAA1ED;
}
</style>
background-color css
<style>
a { background-color: #FAA1ED; }
a { background-color: rgb(250,161,237); }
div.DivClassName
{
background-color: #FAA1ED;
}
.BgClassName
{
background-color: #FAA1ED;
}
</style>
border-color css
<style>
span { border-color: #FAA1ED; }
span { border-color: rgb(250,161,237); }
td.TdClassName
{
border-color: #FAA1ED;
}
.TagClassName
{
border-color: #FAA1ED;
}
</style>