Shades of Lavender Rose #FAA9E1
Tints of Lavender Rose #FAA9E1
RGB
CMYK
RGB Variations
Color information
#FAA9E1 (or 0xFAA9E1) is known color: Lavender Rose. HEX triplet: FA, A9 and E1. RGB value is (250,169,225). Sum of RGB (Red+Green+Blue) = 250+169+225=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9E1 is #05561E. Grayscale: #C7C7C7. Windows color (decimal): -349727 or 14789114. OLE color: 14789114.
HSL color Cylindrical-coordinate representation of color #FAA9E1: hue angle of 318.52º 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 #FAA9E1 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 225 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.02 |
| HSL | 318.52º | 0.89% | 0.82% | - |
| HSV(B) | 318.52º | 0.32% | 0.98% | - |
| XYZ | 67.2 | 54.14 | 78.14 | - |
| YUV | 199.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 225 | 0 | 0.32 | 0.10 | 0.02 | 318.52 | 0.89 | 0.82 |
| Hex | FA | A9 | E1 | 0 | 20 | A | 2 | 13F | 59 | 52 |
| Octal | 372 | 251 | 341 | 0 | 40 | 12 | 2 | 477 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11100001 | 0 | 100000 | 1010 | 10 | 100111111 | 1011001 | 1010010 |
Color Harmonies of #FAA9E1
Complementary color
Monochromatic Colors of #FAA9E1
Black with #FAA9E1
Text Example
Text Example
White with #FAA9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9E1; }
p { color: rgb(250,169,225); }
H1.HeaderClassName
{
color: #FAA9E1;
}
.AnyTagClassName
{
color: #FAA9E1;
}
</style>
background-color css
<style>
a { background-color: #FAA9E1; }
a { background-color: rgb(250,169,225); }
div.DivClassName
{
background-color: #FAA9E1;
}
.BgClassName
{
background-color: #FAA9E1;
}
</style>
border-color css
<style>
span { border-color: #FAA9E1; }
span { border-color: rgb(250,169,225); }
td.TdClassName
{
border-color: #FAA9E1;
}
.TagClassName
{
border-color: #FAA9E1;
}
</style>