Shades of Lavender Rose #FAA9DB
Tints of Lavender Rose #FAA9DB
RGB
CMYK
RGB Variations
Color information
#FAA9DB (or 0xFAA9DB) is known color: Lavender Rose. HEX triplet: FA, A9 and DB. RGB value is (250,169,219). Sum of RGB (Red+Green+Blue) = 250+169+219=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9DB is #055624. Grayscale: #C6C6C6. Windows color (decimal): -349733 or 14395898. OLE color: 14395898.
HSL color Cylindrical-coordinate representation of color #FAA9DB: hue angle of 322.96º 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 #FAA9DB is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 219 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.02 |
| HSL | 322.96º | 0.89% | 0.82% | - |
| HSV(B) | 322.96º | 0.32% | 0.98% | - |
| XYZ | 66.4 | 53.81 | 73.91 | - |
| YUV | 198.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 219 | 0 | 0.32 | 0.12 | 0.02 | 322.96 | 0.89 | 0.82 |
| Hex | FA | A9 | DB | 0 | 20 | C | 2 | 143 | 59 | 52 |
| Octal | 372 | 251 | 333 | 0 | 40 | 14 | 2 | 503 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11011011 | 0 | 100000 | 1100 | 10 | 101000011 | 1011001 | 1010010 |
Color Harmonies of #FAA9DB
Complementary color
Monochromatic Colors of #FAA9DB
Black with #FAA9DB
Text Example
Text Example
White with #FAA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9DB; }
p { color: rgb(250,169,219); }
H1.HeaderClassName
{
color: #FAA9DB;
}
.AnyTagClassName
{
color: #FAA9DB;
}
</style>
background-color css
<style>
a { background-color: #FAA9DB; }
a { background-color: rgb(250,169,219); }
div.DivClassName
{
background-color: #FAA9DB;
}
.BgClassName
{
background-color: #FAA9DB;
}
</style>
border-color css
<style>
span { border-color: #FAA9DB; }
span { border-color: rgb(250,169,219); }
td.TdClassName
{
border-color: #FAA9DB;
}
.TagClassName
{
border-color: #FAA9DB;
}
</style>