Shades of Lavender Pink #FFA8D6
Tints of Lavender Pink #FFA8D6
RGB
CMYK
RGB Variations
Color information
#FFA8D6 (or 0xFFA8D6) is known color: Lavender Pink. HEX triplet: FF, A8 and D6. RGB value is (255,168,214). Sum of RGB (Red+Green+Blue) = 255+168+214=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8D6 is #005729. Grayscale: #C7C7C7. Windows color (decimal): -22314 or 14067967. OLE color: 14067967.
HSL color Cylindrical-coordinate representation of color #FFA8D6: hue angle of 328.28º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8D6 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 214 | - |
| CMYK | 0 | 0.34 | 0.16 | 0 |
| HSL | 328.28º | 1% | 0.83% | - |
| HSV(B) | 328.28º | 0.34% | 1% | - |
| XYZ | 67.38 | 54.12 | 70.51 | - |
| YUV | 199.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 214 | 0 | 0.34 | 0.16 | 0 | 328.28 | 1 | 0.83 |
| Hex | FF | A8 | D6 | 0 | 22 | 10 | 0 | 148 | 64 | 53 |
| Octal | 377 | 250 | 326 | 0 | 42 | 20 | 0 | 510 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11010110 | 0 | 100010 | 10000 | 0 | 101001000 | 1100100 | 1010011 |
Color Harmonies of #FFA8D6
Complementary color
Monochromatic Colors of #FFA8D6
Black with #FFA8D6
Text Example
Text Example
White with #FFA8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8D6; }
p { color: rgb(255,168,214); }
H1.HeaderClassName
{
color: #FFA8D6;
}
.AnyTagClassName
{
color: #FFA8D6;
}
</style>
background-color css
<style>
a { background-color: #FFA8D6; }
a { background-color: rgb(255,168,214); }
div.DivClassName
{
background-color: #FFA8D6;
}
.BgClassName
{
background-color: #FFA8D6;
}
</style>
border-color css
<style>
span { border-color: #FFA8D6; }
span { border-color: rgb(255,168,214); }
td.TdClassName
{
border-color: #FFA8D6;
}
.TagClassName
{
border-color: #FFA8D6;
}
</style>