Shades of Lavender Rose #FAA8DD
Tints of Lavender Rose #FAA8DD
RGB
CMYK
RGB Variations
Color information
#FAA8DD (or 0xFAA8DD) is known color: Lavender Rose. HEX triplet: FA, A8 and DD. RGB value is (250,168,221). Sum of RGB (Red+Green+Blue) = 250+168+221=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8DD is #055722. Grayscale: #C6C6C6. Windows color (decimal): -349987 or 14526714. OLE color: 14526714.
HSL color Cylindrical-coordinate representation of color #FAA8DD: hue angle of 321.22º 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 #FAA8DD is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 221 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.02 |
| HSL | 321.22º | 0.89% | 0.82% | - |
| HSV(B) | 321.22º | 0.33% | 0.98% | - |
| XYZ | 66.48 | 53.55 | 75.24 | - |
| YUV | 198.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 221 | 0 | 0.33 | 0.12 | 0.02 | 321.22 | 0.89 | 0.82 |
| Hex | FA | A8 | DD | 0 | 21 | C | 2 | 141 | 59 | 52 |
| Octal | 372 | 250 | 335 | 0 | 41 | 14 | 2 | 501 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11011101 | 0 | 100001 | 1100 | 10 | 101000001 | 1011001 | 1010010 |
Color Harmonies of #FAA8DD
Complementary color
Monochromatic Colors of #FAA8DD
Black with #FAA8DD
Text Example
Text Example
White with #FAA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8DD; }
p { color: rgb(250,168,221); }
H1.HeaderClassName
{
color: #FAA8DD;
}
.AnyTagClassName
{
color: #FAA8DD;
}
</style>
background-color css
<style>
a { background-color: #FAA8DD; }
a { background-color: rgb(250,168,221); }
div.DivClassName
{
background-color: #FAA8DD;
}
.BgClassName
{
background-color: #FAA8DD;
}
</style>
border-color css
<style>
span { border-color: #FAA8DD; }
span { border-color: rgb(250,168,221); }
td.TdClassName
{
border-color: #FAA8DD;
}
.TagClassName
{
border-color: #FAA8DD;
}
</style>