Shades of Lavender Rose #FFA6DC
Tints of Lavender Rose #FFA6DC
RGB
CMYK
RGB Variations
Color information
#FFA6DC (or 0xFFA6DC) is known color: Lavender Rose. HEX triplet: FF, A6 and DC. RGB value is (255,166,220). Sum of RGB (Red+Green+Blue) = 255+166+220=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6DC is #005923. Grayscale: #C6C6C6. Windows color (decimal): -22820 or 14460671. OLE color: 14460671.
HSL color Cylindrical-coordinate representation of color #FFA6DC: hue angle of 323.6º 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 #FFA6DC is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 220 | - |
| CMYK | 0 | 0.35 | 0.14 | 0 |
| HSL | 323.6º | 1% | 0.83% | - |
| HSV(B) | 323.6º | 0.35% | 1% | - |
| XYZ | 67.79 | 53.7 | 74.5 | - |
| YUV | 198.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 220 | 0 | 0.35 | 0.14 | 0 | 323.6 | 1 | 0.83 |
| Hex | FF | A6 | DC | 0 | 23 | E | 0 | 144 | 64 | 53 |
| Octal | 377 | 246 | 334 | 0 | 43 | 16 | 0 | 504 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11011100 | 0 | 100011 | 1110 | 0 | 101000100 | 1100100 | 1010011 |
Color Harmonies of #FFA6DC
Complementary color
Monochromatic Colors of #FFA6DC
Black with #FFA6DC
Text Example
Text Example
White with #FFA6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6DC; }
p { color: rgb(255,166,220); }
H1.HeaderClassName
{
color: #FFA6DC;
}
.AnyTagClassName
{
color: #FFA6DC;
}
</style>
background-color css
<style>
a { background-color: #FFA6DC; }
a { background-color: rgb(255,166,220); }
div.DivClassName
{
background-color: #FFA6DC;
}
.BgClassName
{
background-color: #FFA6DC;
}
</style>
border-color css
<style>
span { border-color: #FFA6DC; }
span { border-color: rgb(255,166,220); }
td.TdClassName
{
border-color: #FFA6DC;
}
.TagClassName
{
border-color: #FFA6DC;
}
</style>