Shades of Lavender Rose #FAA5E5
Tints of Lavender Rose #FAA5E5
RGB
CMYK
RGB Variations
Color information
#FAA5E5 (or 0xFAA5E5) is known color: Lavender Rose. HEX triplet: FA, A5 and E5. RGB value is (250,165,229). Sum of RGB (Red+Green+Blue) = 250+165+229=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 165 (64.84% from 255 or 25.62% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5E5 is #055A1A. Grayscale: #C5C5C5. Windows color (decimal): -350747 or 15050234. OLE color: 15050234.
HSL color Cylindrical-coordinate representation of color #FAA5E5: hue angle of 314.82º 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 #FAA5E5 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 229 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.02 |
| HSL | 314.82º | 0.89% | 0.81% | - |
| HSV(B) | 314.82º | 0.34% | 0.98% | - |
| XYZ | 67.02 | 52.89 | 80.81 | - |
| YUV | 197.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 229 | 0 | 0.34 | 0.08 | 0.02 | 314.82 | 0.89 | 0.81 |
| Hex | FA | A5 | E5 | 0 | 22 | 8 | 2 | 13B | 59 | 51 |
| Octal | 372 | 245 | 345 | 0 | 42 | 10 | 2 | 473 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11100101 | 0 | 100010 | 1000 | 10 | 100111011 | 1011001 | 1010001 |
Color Harmonies of #FAA5E5
Complementary color
Monochromatic Colors of #FAA5E5
Black with #FAA5E5
Text Example
Text Example
White with #FAA5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5E5; }
p { color: rgb(250,165,229); }
H1.HeaderClassName
{
color: #FAA5E5;
}
.AnyTagClassName
{
color: #FAA5E5;
}
</style>
background-color css
<style>
a { background-color: #FAA5E5; }
a { background-color: rgb(250,165,229); }
div.DivClassName
{
background-color: #FAA5E5;
}
.BgClassName
{
background-color: #FAA5E5;
}
</style>
border-color css
<style>
span { border-color: #FAA5E5; }
span { border-color: rgb(250,165,229); }
td.TdClassName
{
border-color: #FAA5E5;
}
.TagClassName
{
border-color: #FAA5E5;
}
</style>