Shades of Lavender Rose #FAA5E7
Tints of Lavender Rose #FAA5E7
RGB
CMYK
RGB Variations
Color information
#FAA5E7 (or 0xFAA5E7) is known color: Lavender Rose. HEX triplet: FA, A5 and E7. RGB value is (250,165,231). Sum of RGB (Red+Green+Blue) = 250+165+231=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 165 (64.84% from 255 or 25.54% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA5E7 is #055A18. Grayscale: #C5C5C5. Windows color (decimal): -350745 or 15181306. OLE color: 15181306.
HSL color Cylindrical-coordinate representation of color #FAA5E7: hue angle of 313.41º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA5E7 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 231 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.02 |
| HSL | 313.41º | 0.89% | 0.81% | - |
| HSV(B) | 313.41º | 0.34% | 0.98% | - |
| XYZ | 67.3 | 53 | 82.28 | - |
| YUV | 197.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 231 | 0 | 0.34 | 0.08 | 0.02 | 313.41 | 0.89 | 0.81 |
| Hex | FA | A5 | E7 | 0 | 22 | 8 | 2 | 139 | 59 | 51 |
| Octal | 372 | 245 | 347 | 0 | 42 | 10 | 2 | 471 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11100111 | 0 | 100010 | 1000 | 10 | 100111001 | 1011001 | 1010001 |
Color Harmonies of #FAA5E7
Complementary color
Monochromatic Colors of #FAA5E7
Black with #FAA5E7
Text Example
Text Example
White with #FAA5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5E7; }
p { color: rgb(250,165,231); }
H1.HeaderClassName
{
color: #FAA5E7;
}
.AnyTagClassName
{
color: #FAA5E7;
}
</style>
background-color css
<style>
a { background-color: #FAA5E7; }
a { background-color: rgb(250,165,231); }
div.DivClassName
{
background-color: #FAA5E7;
}
.BgClassName
{
background-color: #FAA5E7;
}
</style>
border-color css
<style>
span { border-color: #FAA5E7; }
span { border-color: rgb(250,165,231); }
td.TdClassName
{
border-color: #FAA5E7;
}
.TagClassName
{
border-color: #FAA5E7;
}
</style>