Shades of Lavender Pink #FFA1D5
Tints of Lavender Pink #FFA1D5
RGB
CMYK
RGB Variations
Color information
#FFA1D5 (or 0xFFA1D5) is known color: Lavender Pink. HEX triplet: FF, A1 and D5. RGB value is (255,161,213). Sum of RGB (Red+Green+Blue) = 255+161+213=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 161 (63.28% from 255 or 25.60% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1D5 is #005E2A. Grayscale: #C2C2C2. Windows color (decimal): -24107 or 14000639. OLE color: 14000639.
HSL color Cylindrical-coordinate representation of color #FFA1D5: hue angle of 326.81º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA1D5 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 213 | - |
| CMYK | 0 | 0.37 | 0.16 | 0 |
| HSL | 326.81º | 1% | 0.82% | - |
| HSV(B) | 326.81º | 0.37% | 1% | - |
| XYZ | 66 | 51.55 | 69.42 | - |
| YUV | 195.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 213 | 0 | 0.37 | 0.16 | 0 | 326.81 | 1 | 0.82 |
| Hex | FF | A1 | D5 | 0 | 25 | 10 | 0 | 147 | 64 | 52 |
| Octal | 377 | 241 | 325 | 0 | 45 | 20 | 0 | 507 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11010101 | 0 | 100101 | 10000 | 0 | 101000111 | 1100100 | 1010010 |
Color Harmonies of #FFA1D5
Complementary color
Monochromatic Colors of #FFA1D5
Black with #FFA1D5
Text Example
Text Example
White with #FFA1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1D5; }
p { color: rgb(255,161,213); }
H1.HeaderClassName
{
color: #FFA1D5;
}
.AnyTagClassName
{
color: #FFA1D5;
}
</style>
background-color css
<style>
a { background-color: #FFA1D5; }
a { background-color: rgb(255,161,213); }
div.DivClassName
{
background-color: #FFA1D5;
}
.BgClassName
{
background-color: #FFA1D5;
}
</style>
border-color css
<style>
span { border-color: #FFA1D5; }
span { border-color: rgb(255,161,213); }
td.TdClassName
{
border-color: #FFA1D5;
}
.TagClassName
{
border-color: #FFA1D5;
}
</style>