Shades of Lavender Pink #FFA8D1
Tints of Lavender Pink #FFA8D1
RGB
CMYK
RGB Variations
Color information
#FFA8D1 (or 0xFFA8D1) is known color: Lavender Pink. HEX triplet: FF, A8 and D1. RGB value is (255,168,209). Sum of RGB (Red+Green+Blue) = 255+168+209=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8D1 is #00572E. Grayscale: #C6C6C6. Windows color (decimal): -22319 or 13740287. OLE color: 13740287.
HSL color Cylindrical-coordinate representation of color #FFA8D1: hue angle of 331.72º 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 #FFA8D1 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 209 | - |
| CMYK | 0 | 0.34 | 0.18 | 0 |
| HSL | 331.72º | 1% | 0.83% | - |
| HSV(B) | 331.72º | 0.34% | 1% | - |
| XYZ | 66.75 | 53.87 | 67.2 | - |
| YUV | 198.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 209 | 0 | 0.34 | 0.18 | 0 | 331.72 | 1 | 0.83 |
| Hex | FF | A8 | D1 | 0 | 22 | 12 | 0 | 14C | 64 | 53 |
| Octal | 377 | 250 | 321 | 0 | 42 | 22 | 0 | 514 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11010001 | 0 | 100010 | 10010 | 0 | 101001100 | 1100100 | 1010011 |
Color Harmonies of #FFA8D1
Complementary color
Monochromatic Colors of #FFA8D1
Black with #FFA8D1
Text Example
Text Example
White with #FFA8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8D1; }
p { color: rgb(255,168,209); }
H1.HeaderClassName
{
color: #FFA8D1;
}
.AnyTagClassName
{
color: #FFA8D1;
}
</style>
background-color css
<style>
a { background-color: #FFA8D1; }
a { background-color: rgb(255,168,209); }
div.DivClassName
{
background-color: #FFA8D1;
}
.BgClassName
{
background-color: #FFA8D1;
}
</style>
border-color css
<style>
span { border-color: #FFA8D1; }
span { border-color: rgb(255,168,209); }
td.TdClassName
{
border-color: #FFA8D1;
}
.TagClassName
{
border-color: #FFA8D1;
}
</style>