Shades of Lavender Rose #FAA5E3
Tints of Lavender Rose #FAA5E3
RGB
CMYK
RGB Variations
Color information
#FAA5E3 (or 0xFAA5E3) is known color: Lavender Rose. HEX triplet: FA, A5 and E3. RGB value is (250,165,227). Sum of RGB (Red+Green+Blue) = 250+165+227=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 165 (64.84% from 255 or 25.70% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5E3 is #055A1C. Grayscale: #C5C5C5. Windows color (decimal): -350749 or 14919162. OLE color: 14919162.
HSL color Cylindrical-coordinate representation of color #FAA5E3: hue angle of 316.24º 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 #FAA5E3 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 227 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.02 |
| HSL | 316.24º | 0.89% | 0.81% | - |
| HSV(B) | 316.24º | 0.34% | 0.98% | - |
| XYZ | 66.74 | 52.78 | 79.34 | - |
| YUV | 197.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 227 | 0 | 0.34 | 0.09 | 0.02 | 316.24 | 0.89 | 0.81 |
| Hex | FA | A5 | E3 | 0 | 22 | 9 | 2 | 13C | 59 | 51 |
| Octal | 372 | 245 | 343 | 0 | 42 | 11 | 2 | 474 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11100011 | 0 | 100010 | 1001 | 10 | 100111100 | 1011001 | 1010001 |
Color Harmonies of #FAA5E3
Complementary color
Monochromatic Colors of #FAA5E3
Black with #FAA5E3
Text Example
Text Example
White with #FAA5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5E3; }
p { color: rgb(250,165,227); }
H1.HeaderClassName
{
color: #FAA5E3;
}
.AnyTagClassName
{
color: #FAA5E3;
}
</style>
background-color css
<style>
a { background-color: #FAA5E3; }
a { background-color: rgb(250,165,227); }
div.DivClassName
{
background-color: #FAA5E3;
}
.BgClassName
{
background-color: #FAA5E3;
}
</style>
border-color css
<style>
span { border-color: #FAA5E3; }
span { border-color: rgb(250,165,227); }
td.TdClassName
{
border-color: #FAA5E3;
}
.TagClassName
{
border-color: #FAA5E3;
}
</style>