Shades of Lavender Rose #FAA4E0
Tints of Lavender Rose #FAA4E0
RGB
CMYK
RGB Variations
Color information
#FAA4E0 (or 0xFAA4E0) is known color: Lavender Rose. HEX triplet: FA, A4 and E0. RGB value is (250,164,224). Sum of RGB (Red+Green+Blue) = 250+164+224=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 164 (64.45% from 255 or 25.71% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4E0 is #055B1F. Grayscale: #C4C4C4. Windows color (decimal): -351008 or 14722298. OLE color: 14722298.
HSL color Cylindrical-coordinate representation of color #FAA4E0: hue angle of 318.14º 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 #FAA4E0 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 224 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.02 |
| HSL | 318.14º | 0.9% | 0.81% | - |
| HSV(B) | 318.14º | 0.34% | 0.98% | - |
| XYZ | 66.15 | 52.26 | 77.12 | - |
| YUV | 196.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 224 | 0 | 0.34 | 0.10 | 0.02 | 318.14 | 0.9 | 0.81 |
| Hex | FA | A4 | E0 | 0 | 22 | A | 2 | 13E | 5A | 51 |
| Octal | 372 | 244 | 340 | 0 | 42 | 12 | 2 | 476 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11100000 | 0 | 100010 | 1010 | 10 | 100111110 | 1011010 | 1010001 |
Color Harmonies of #FAA4E0
Complementary color
Monochromatic Colors of #FAA4E0
Black with #FAA4E0
Text Example
Text Example
White with #FAA4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4E0; }
p { color: rgb(250,164,224); }
H1.HeaderClassName
{
color: #FAA4E0;
}
.AnyTagClassName
{
color: #FAA4E0;
}
</style>
background-color css
<style>
a { background-color: #FAA4E0; }
a { background-color: rgb(250,164,224); }
div.DivClassName
{
background-color: #FAA4E0;
}
.BgClassName
{
background-color: #FAA4E0;
}
</style>
border-color css
<style>
span { border-color: #FAA4E0; }
span { border-color: rgb(250,164,224); }
td.TdClassName
{
border-color: #FAA4E0;
}
.TagClassName
{
border-color: #FAA4E0;
}
</style>