Shades of Lavender Rose #FAA4E5
Tints of Lavender Rose #FAA4E5
RGB
CMYK
RGB Variations
Color information
#FAA4E5 (or 0xFAA4E5) is known color: Lavender Rose. HEX triplet: FA, A4 and E5. RGB value is (250,164,229). Sum of RGB (Red+Green+Blue) = 250+164+229=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 164 (64.45% from 255 or 25.51% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4E5 is #055B1A. Grayscale: #C4C4C4. Windows color (decimal): -351003 or 15049978. OLE color: 15049978.
HSL color Cylindrical-coordinate representation of color #FAA4E5: hue angle of 314.65º degrees, saturation: 0.9, 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 #FAA4E5 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 229 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.02 |
| HSL | 314.65º | 0.9% | 0.81% | - |
| HSV(B) | 314.65º | 0.34% | 0.98% | - |
| XYZ | 66.84 | 52.53 | 80.75 | - |
| YUV | 197.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 229 | 0 | 0.34 | 0.08 | 0.02 | 314.65 | 0.9 | 0.81 |
| Hex | FA | A4 | E5 | 0 | 22 | 8 | 2 | 13B | 5A | 51 |
| Octal | 372 | 244 | 345 | 0 | 42 | 10 | 2 | 473 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11100101 | 0 | 100010 | 1000 | 10 | 100111011 | 1011010 | 1010001 |
Color Harmonies of #FAA4E5
Complementary color
Monochromatic Colors of #FAA4E5
Black with #FAA4E5
Text Example
Text Example
White with #FAA4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4E5; }
p { color: rgb(250,164,229); }
H1.HeaderClassName
{
color: #FAA4E5;
}
.AnyTagClassName
{
color: #FAA4E5;
}
</style>
background-color css
<style>
a { background-color: #FAA4E5; }
a { background-color: rgb(250,164,229); }
div.DivClassName
{
background-color: #FAA4E5;
}
.BgClassName
{
background-color: #FAA4E5;
}
</style>
border-color css
<style>
span { border-color: #FAA4E5; }
span { border-color: rgb(250,164,229); }
td.TdClassName
{
border-color: #FAA4E5;
}
.TagClassName
{
border-color: #FAA4E5;
}
</style>