Shades of Lavender Rose #FFA6DB
Tints of Lavender Rose #FFA6DB
RGB
CMYK
RGB Variations
Color information
#FFA6DB (or 0xFFA6DB) is known color: Lavender Rose. HEX triplet: FF, A6 and DB. RGB value is (255,166,219). Sum of RGB (Red+Green+Blue) = 255+166+219=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 166 (65.23% from 255 or 25.94% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6DB is #005924. Grayscale: #C6C6C6. Windows color (decimal): -22821 or 14395135. OLE color: 14395135.
HSL color Cylindrical-coordinate representation of color #FFA6DB: hue angle of 324.27º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6DB is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 219 | - |
| CMYK | 0 | 0.35 | 0.14 | 0 |
| HSL | 324.27º | 1% | 0.83% | - |
| HSV(B) | 324.27º | 0.35% | 1% | - |
| XYZ | 67.66 | 53.65 | 73.81 | - |
| YUV | 198.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 219 | 0 | 0.35 | 0.14 | 0 | 324.27 | 1 | 0.83 |
| Hex | FF | A6 | DB | 0 | 23 | E | 0 | 144 | 64 | 53 |
| Octal | 377 | 246 | 333 | 0 | 43 | 16 | 0 | 504 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11011011 | 0 | 100011 | 1110 | 0 | 101000100 | 1100100 | 1010011 |
Color Harmonies of #FFA6DB
Complementary color
Monochromatic Colors of #FFA6DB
Black with #FFA6DB
Text Example
Text Example
White with #FFA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6DB; }
p { color: rgb(255,166,219); }
H1.HeaderClassName
{
color: #FFA6DB;
}
.AnyTagClassName
{
color: #FFA6DB;
}
</style>
background-color css
<style>
a { background-color: #FFA6DB; }
a { background-color: rgb(255,166,219); }
div.DivClassName
{
background-color: #FFA6DB;
}
.BgClassName
{
background-color: #FFA6DB;
}
</style>
border-color css
<style>
span { border-color: #FFA6DB; }
span { border-color: rgb(255,166,219); }
td.TdClassName
{
border-color: #FFA6DB;
}
.TagClassName
{
border-color: #FFA6DB;
}
</style>