Shades of Lavender Rose #FAA9DC
Tints of Lavender Rose #FAA9DC
RGB
CMYK
RGB Variations
Color information
#FAA9DC (or 0xFAA9DC) is known color: Lavender Rose. HEX triplet: FA, A9 and DC. RGB value is (250,169,220). Sum of RGB (Red+Green+Blue) = 250+169+220=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9DC is #055623. Grayscale: #C6C6C6. Windows color (decimal): -349732 or 14461434. OLE color: 14461434.
HSL color Cylindrical-coordinate representation of color #FAA9DC: hue angle of 322.22º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAA9DC is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 220 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.02 |
| HSL | 322.22º | 0.89% | 0.82% | - |
| HSV(B) | 322.22º | 0.32% | 0.98% | - |
| XYZ | 66.53 | 53.87 | 74.6 | - |
| YUV | 199.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 220 | 0 | 0.32 | 0.12 | 0.02 | 322.22 | 0.89 | 0.82 |
| Hex | FA | A9 | DC | 0 | 20 | C | 2 | 142 | 59 | 52 |
| Octal | 372 | 251 | 334 | 0 | 40 | 14 | 2 | 502 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11011100 | 0 | 100000 | 1100 | 10 | 101000010 | 1011001 | 1010010 |
Color Harmonies of #FAA9DC
Complementary color
Monochromatic Colors of #FAA9DC
Black with #FAA9DC
Text Example
Text Example
White with #FAA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9DC; }
p { color: rgb(250,169,220); }
H1.HeaderClassName
{
color: #FAA9DC;
}
.AnyTagClassName
{
color: #FAA9DC;
}
</style>
background-color css
<style>
a { background-color: #FAA9DC; }
a { background-color: rgb(250,169,220); }
div.DivClassName
{
background-color: #FAA9DC;
}
.BgClassName
{
background-color: #FAA9DC;
}
</style>
border-color css
<style>
span { border-color: #FAA9DC; }
span { border-color: rgb(250,169,220); }
td.TdClassName
{
border-color: #FAA9DC;
}
.TagClassName
{
border-color: #FAA9DC;
}
</style>