Shades of Lavender Pink #FFA1D2
Tints of Lavender Pink #FFA1D2
RGB
CMYK
RGB Variations
Color information
#FFA1D2 (or 0xFFA1D2) is known color: Lavender Pink. HEX triplet: FF, A1 and D2. RGB value is (255,161,210). Sum of RGB (Red+Green+Blue) = 255+161+210=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 161 (63.28% from 255 or 25.72% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1D2 is #005E2D. Grayscale: #C2C2C2. Windows color (decimal): -24110 or 13804031. OLE color: 13804031.
HSL color Cylindrical-coordinate representation of color #FFA1D2: hue angle of 328.72º 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 #FFA1D2 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 210 | - |
| CMYK | 0 | 0.37 | 0.18 | 0 |
| HSL | 328.72º | 1% | 0.82% | - |
| HSV(B) | 328.72º | 0.37% | 1% | - |
| XYZ | 65.62 | 51.4 | 67.44 | - |
| YUV | 194.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 210 | 0 | 0.37 | 0.18 | 0 | 328.72 | 1 | 0.82 |
| Hex | FF | A1 | D2 | 0 | 25 | 12 | 0 | 149 | 64 | 52 |
| Octal | 377 | 241 | 322 | 0 | 45 | 22 | 0 | 511 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11010010 | 0 | 100101 | 10010 | 0 | 101001001 | 1100100 | 1010010 |
Color Harmonies of #FFA1D2
Complementary color
Monochromatic Colors of #FFA1D2
Black with #FFA1D2
Text Example
Text Example
White with #FFA1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1D2; }
p { color: rgb(255,161,210); }
H1.HeaderClassName
{
color: #FFA1D2;
}
.AnyTagClassName
{
color: #FFA1D2;
}
</style>
background-color css
<style>
a { background-color: #FFA1D2; }
a { background-color: rgb(255,161,210); }
div.DivClassName
{
background-color: #FFA1D2;
}
.BgClassName
{
background-color: #FFA1D2;
}
</style>
border-color css
<style>
span { border-color: #FFA1D2; }
span { border-color: rgb(255,161,210); }
td.TdClassName
{
border-color: #FFA1D2;
}
.TagClassName
{
border-color: #FFA1D2;
}
</style>