Shades of Lavender Pink #FFA7D6
Tints of Lavender Pink #FFA7D6
RGB
CMYK
RGB Variations
Color information
#FFA7D6 (or 0xFFA7D6) is known color: Lavender Pink. HEX triplet: FF, A7 and D6. RGB value is (255,167,214). Sum of RGB (Red+Green+Blue) = 255+167+214=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 167 (65.62% from 255 or 26.26% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7D6 is #005829. Grayscale: #C6C6C6. Windows color (decimal): -22570 or 14067711. OLE color: 14067711.
HSL color Cylindrical-coordinate representation of color #FFA7D6: hue angle of 327.95º 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 #FFA7D6 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 214 | - |
| CMYK | 0 | 0.35 | 0.16 | 0 |
| HSL | 327.95º | 1% | 0.83% | - |
| HSV(B) | 327.95º | 0.35% | 1% | - |
| XYZ | 67.2 | 53.75 | 70.45 | - |
| YUV | 198.67 | 136.65 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 214 | 0 | 0.35 | 0.16 | 0 | 327.95 | 1 | 0.83 |
| Hex | FF | A7 | D6 | 0 | 23 | 10 | 0 | 148 | 64 | 53 |
| Octal | 377 | 247 | 326 | 0 | 43 | 20 | 0 | 510 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11010110 | 0 | 100011 | 10000 | 0 | 101001000 | 1100100 | 1010011 |
Color Harmonies of #FFA7D6
Complementary color
Monochromatic Colors of #FFA7D6
Black with #FFA7D6
Text Example
Text Example
White with #FFA7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7D6; }
p { color: rgb(255,167,214); }
H1.HeaderClassName
{
color: #FFA7D6;
}
.AnyTagClassName
{
color: #FFA7D6;
}
</style>
background-color css
<style>
a { background-color: #FFA7D6; }
a { background-color: rgb(255,167,214); }
div.DivClassName
{
background-color: #FFA7D6;
}
.BgClassName
{
background-color: #FFA7D6;
}
</style>
border-color css
<style>
span { border-color: #FFA7D6; }
span { border-color: rgb(255,167,214); }
td.TdClassName
{
border-color: #FFA7D6;
}
.TagClassName
{
border-color: #FFA7D6;
}
</style>