Shades of Lavender Rose #FAA4ED
Tints of Lavender Rose #FAA4ED
RGB
CMYK
RGB Variations
Color information
#FAA4ED (or 0xFAA4ED) is known color: Lavender Rose. HEX triplet: FA, A4 and ED. RGB value is (250,164,237). Sum of RGB (Red+Green+Blue) = 250+164+237=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 164 (64.45% from 255 or 25.19% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA4ED is #055B12. Grayscale: #C5C5C5. Windows color (decimal): -350995 or 15574266. OLE color: 15574266.
HSL color Cylindrical-coordinate representation of color #FAA4ED: hue angle of 309.07º 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 #FAA4ED is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 237 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.02 |
| HSL | 309.07º | 0.9% | 0.81% | - |
| HSV(B) | 309.07º | 0.34% | 0.98% | - |
| XYZ | 67.99 | 52.99 | 86.77 | - |
| YUV | 198.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 237 | 0 | 0.34 | 0.05 | 0.02 | 309.07 | 0.9 | 0.81 |
| Hex | FA | A4 | ED | 0 | 22 | 5 | 2 | 135 | 5A | 51 |
| Octal | 372 | 244 | 355 | 0 | 42 | 5 | 2 | 465 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11101101 | 0 | 100010 | 101 | 10 | 100110101 | 1011010 | 1010001 |
Color Harmonies of #FAA4ED
Complementary color
Monochromatic Colors of #FAA4ED
Black with #FAA4ED
Text Example
Text Example
White with #FAA4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4ED; }
p { color: rgb(250,164,237); }
H1.HeaderClassName
{
color: #FAA4ED;
}
.AnyTagClassName
{
color: #FAA4ED;
}
</style>
background-color css
<style>
a { background-color: #FAA4ED; }
a { background-color: rgb(250,164,237); }
div.DivClassName
{
background-color: #FAA4ED;
}
.BgClassName
{
background-color: #FAA4ED;
}
</style>
border-color css
<style>
span { border-color: #FAA4ED; }
span { border-color: rgb(250,164,237); }
td.TdClassName
{
border-color: #FAA4ED;
}
.TagClassName
{
border-color: #FAA4ED;
}
</style>