Shades of Lavender Pink #FFA6D7
Tints of Lavender Pink #FFA6D7
RGB
CMYK
RGB Variations
Color information
#FFA6D7 (or 0xFFA6D7) is known color: Lavender Pink. HEX triplet: FF, A6 and D7. RGB value is (255,166,215). Sum of RGB (Red+Green+Blue) = 255+166+215=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 166 (65.23% from 255 or 26.10% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6D7 is #005928. Grayscale: #C6C6C6. Windows color (decimal): -22825 or 14132991. OLE color: 14132991.
HSL color Cylindrical-coordinate representation of color #FFA6D7: hue angle of 326.97º 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 #FFA6D7 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 215 | - |
| CMYK | 0 | 0.35 | 0.16 | 0 |
| HSL | 326.97º | 1% | 0.83% | - |
| HSV(B) | 326.97º | 0.35% | 1% | - |
| XYZ | 67.14 | 53.44 | 71.07 | - |
| YUV | 198.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 215 | 0 | 0.35 | 0.16 | 0 | 326.97 | 1 | 0.83 |
| Hex | FF | A6 | D7 | 0 | 23 | 10 | 0 | 147 | 64 | 53 |
| Octal | 377 | 246 | 327 | 0 | 43 | 20 | 0 | 507 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11010111 | 0 | 100011 | 10000 | 0 | 101000111 | 1100100 | 1010011 |
Color Harmonies of #FFA6D7
Complementary color
Monochromatic Colors of #FFA6D7
Black with #FFA6D7
Text Example
Text Example
White with #FFA6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6D7; }
p { color: rgb(255,166,215); }
H1.HeaderClassName
{
color: #FFA6D7;
}
.AnyTagClassName
{
color: #FFA6D7;
}
</style>
background-color css
<style>
a { background-color: #FFA6D7; }
a { background-color: rgb(255,166,215); }
div.DivClassName
{
background-color: #FFA6D7;
}
.BgClassName
{
background-color: #FFA6D7;
}
</style>
border-color css
<style>
span { border-color: #FFA6D7; }
span { border-color: rgb(255,166,215); }
td.TdClassName
{
border-color: #FFA6D7;
}
.TagClassName
{
border-color: #FFA6D7;
}
</style>