Shades of Lavender Pink #FFA6D6
Tints of Lavender Pink #FFA6D6
RGB
CMYK
RGB Variations
Color information
#FFA6D6 (or 0xFFA6D6) is known color: Lavender Pink. HEX triplet: FF, A6 and D6. RGB value is (255,166,214). Sum of RGB (Red+Green+Blue) = 255+166+214=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 166 (65.23% from 255 or 26.14% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6D6 is #005929. Grayscale: #C5C5C5. Windows color (decimal): -22826 or 14067455. OLE color: 14067455.
HSL color Cylindrical-coordinate representation of color #FFA6D6: hue angle of 327.64º 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 #FFA6D6 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 214 | - |
| CMYK | 0 | 0.35 | 0.16 | 0 |
| HSL | 327.64º | 1% | 0.83% | - |
| HSV(B) | 327.64º | 0.35% | 1% | - |
| XYZ | 67.01 | 53.39 | 70.39 | - |
| YUV | 198.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 214 | 0 | 0.35 | 0.16 | 0 | 327.64 | 1 | 0.83 |
| Hex | FF | A6 | D6 | 0 | 23 | 10 | 0 | 148 | 64 | 53 |
| Octal | 377 | 246 | 326 | 0 | 43 | 20 | 0 | 510 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11010110 | 0 | 100011 | 10000 | 0 | 101001000 | 1100100 | 1010011 |
Color Harmonies of #FFA6D6
Complementary color
Monochromatic Colors of #FFA6D6
Black with #FFA6D6
Text Example
Text Example
White with #FFA6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6D6; }
p { color: rgb(255,166,214); }
H1.HeaderClassName
{
color: #FFA6D6;
}
.AnyTagClassName
{
color: #FFA6D6;
}
</style>
background-color css
<style>
a { background-color: #FFA6D6; }
a { background-color: rgb(255,166,214); }
div.DivClassName
{
background-color: #FFA6D6;
}
.BgClassName
{
background-color: #FFA6D6;
}
</style>
border-color css
<style>
span { border-color: #FFA6D6; }
span { border-color: rgb(255,166,214); }
td.TdClassName
{
border-color: #FFA6D6;
}
.TagClassName
{
border-color: #FFA6D6;
}
</style>