Shades of Lavender Rose #FAA8ED
Tints of Lavender Rose #FAA8ED
RGB
CMYK
RGB Variations
Color information
#FAA8ED (or 0xFAA8ED) is known color: Lavender Rose. HEX triplet: FA, A8 and ED. RGB value is (250,168,237). Sum of RGB (Red+Green+Blue) = 250+168+237=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 168 (66.02% from 255 or 25.65% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8ED is #055712. Grayscale: #C8C8C8. Windows color (decimal): -349971 or 15575290. OLE color: 15575290.
HSL color Cylindrical-coordinate representation of color #FAA8ED: hue angle of 309.51º 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 #FAA8ED is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 237 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.02 |
| HSL | 309.51º | 0.89% | 0.82% | - |
| HSV(B) | 309.51º | 0.33% | 0.98% | - |
| XYZ | 68.71 | 54.44 | 87.01 | - |
| YUV | 200.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 237 | 0 | 0.33 | 0.05 | 0.02 | 309.51 | 0.89 | 0.82 |
| Hex | FA | A8 | ED | 0 | 21 | 5 | 2 | 136 | 59 | 52 |
| Octal | 372 | 250 | 355 | 0 | 41 | 5 | 2 | 466 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11101101 | 0 | 100001 | 101 | 10 | 100110110 | 1011001 | 1010010 |
Color Harmonies of #FAA8ED
Complementary color
Monochromatic Colors of #FAA8ED
Black with #FAA8ED
Text Example
Text Example
White with #FAA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8ED; }
p { color: rgb(250,168,237); }
H1.HeaderClassName
{
color: #FAA8ED;
}
.AnyTagClassName
{
color: #FAA8ED;
}
</style>
background-color css
<style>
a { background-color: #FAA8ED; }
a { background-color: rgb(250,168,237); }
div.DivClassName
{
background-color: #FAA8ED;
}
.BgClassName
{
background-color: #FAA8ED;
}
</style>
border-color css
<style>
span { border-color: #FAA8ED; }
span { border-color: rgb(250,168,237); }
td.TdClassName
{
border-color: #FAA8ED;
}
.TagClassName
{
border-color: #FAA8ED;
}
</style>