Shades of Lavender Rose #FAA6DB
Tints of Lavender Rose #FAA6DB
RGB
CMYK
RGB Variations
Color information
#FAA6DB (or 0xFAA6DB) is known color: Lavender Rose. HEX triplet: FA, A6 and DB. RGB value is (250,166,219). Sum of RGB (Red+Green+Blue) = 250+166+219=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 166 (65.23% from 255 or 26.14% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6DB is #055924. Grayscale: #C5C5C5. Windows color (decimal): -350501 or 14395130. OLE color: 14395130.
HSL color Cylindrical-coordinate representation of color #FAA6DB: hue angle of 322.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6DB is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 219 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.02 |
| HSL | 322.14º | 0.89% | 0.82% | - |
| HSV(B) | 322.14º | 0.34% | 0.98% | - |
| XYZ | 65.85 | 52.71 | 73.72 | - |
| YUV | 197.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 219 | 0 | 0.34 | 0.12 | 0.02 | 322.14 | 0.89 | 0.82 |
| Hex | FA | A6 | DB | 0 | 22 | C | 2 | 142 | 59 | 52 |
| Octal | 372 | 246 | 333 | 0 | 42 | 14 | 2 | 502 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11011011 | 0 | 100010 | 1100 | 10 | 101000010 | 1011001 | 1010010 |
Color Harmonies of #FAA6DB
Complementary color
Monochromatic Colors of #FAA6DB
Black with #FAA6DB
Text Example
Text Example
White with #FAA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6DB; }
p { color: rgb(250,166,219); }
H1.HeaderClassName
{
color: #FAA6DB;
}
.AnyTagClassName
{
color: #FAA6DB;
}
</style>
background-color css
<style>
a { background-color: #FAA6DB; }
a { background-color: rgb(250,166,219); }
div.DivClassName
{
background-color: #FAA6DB;
}
.BgClassName
{
background-color: #FAA6DB;
}
</style>
border-color css
<style>
span { border-color: #FAA6DB; }
span { border-color: rgb(250,166,219); }
td.TdClassName
{
border-color: #FAA6DB;
}
.TagClassName
{
border-color: #FAA6DB;
}
</style>