Shades of Lavender Rose #FAA7ED
Tints of Lavender Rose #FAA7ED
RGB
CMYK
RGB Variations
Color information
#FAA7ED (or 0xFAA7ED) is known color: Lavender Rose. HEX triplet: FA, A7 and ED. RGB value is (250,167,237). Sum of RGB (Red+Green+Blue) = 250+167+237=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 167 (65.62% from 255 or 25.54% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA7ED is #055812. Grayscale: #C7C7C7. Windows color (decimal): -350227 or 15575034. OLE color: 15575034.
HSL color Cylindrical-coordinate representation of color #FAA7ED: hue angle of 309.4º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA7ED is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 237 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.02 |
| HSL | 309.4º | 0.89% | 0.82% | - |
| HSV(B) | 309.4º | 0.33% | 0.98% | - |
| XYZ | 68.53 | 54.08 | 86.95 | - |
| YUV | 199.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 237 | 0 | 0.33 | 0.05 | 0.02 | 309.4 | 0.89 | 0.82 |
| Hex | FA | A7 | ED | 0 | 21 | 5 | 2 | 135 | 59 | 52 |
| Octal | 372 | 247 | 355 | 0 | 41 | 5 | 2 | 465 | 131 | 122 |
| Binary | 11111010 | 10100111 | 11101101 | 0 | 100001 | 101 | 10 | 100110101 | 1011001 | 1010010 |
Color Harmonies of #FAA7ED
Complementary color
Monochromatic Colors of #FAA7ED
Black with #FAA7ED
Text Example
Text Example
White with #FAA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA7ED; }
p { color: rgb(250,167,237); }
H1.HeaderClassName
{
color: #FAA7ED;
}
.AnyTagClassName
{
color: #FAA7ED;
}
</style>
background-color css
<style>
a { background-color: #FAA7ED; }
a { background-color: rgb(250,167,237); }
div.DivClassName
{
background-color: #FAA7ED;
}
.BgClassName
{
background-color: #FAA7ED;
}
</style>
border-color css
<style>
span { border-color: #FAA7ED; }
span { border-color: rgb(250,167,237); }
td.TdClassName
{
border-color: #FAA7ED;
}
.TagClassName
{
border-color: #FAA7ED;
}
</style>