Shades of Lavender Pink #FFA1D4
Tints of Lavender Pink #FFA1D4
RGB
CMYK
RGB Variations
Color information
#FFA1D4 (or 0xFFA1D4) is known color: Lavender Pink. HEX triplet: FF, A1 and D4. RGB value is (255,161,212). Sum of RGB (Red+Green+Blue) = 255+161+212=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 161 (63.28% from 255 or 25.64% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1D4 is #005E2B. Grayscale: #C2C2C2. Windows color (decimal): -24108 or 13935103. OLE color: 13935103.
HSL color Cylindrical-coordinate representation of color #FFA1D4: hue angle of 327.45º 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 #FFA1D4 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 212 | - |
| CMYK | 0 | 0.37 | 0.17 | 0 |
| HSL | 327.45º | 1% | 0.82% | - |
| HSV(B) | 327.45º | 0.37% | 1% | - |
| XYZ | 65.87 | 51.5 | 68.76 | - |
| YUV | 194.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 212 | 0 | 0.37 | 0.17 | 0 | 327.45 | 1 | 0.82 |
| Hex | FF | A1 | D4 | 0 | 25 | 11 | 0 | 147 | 64 | 52 |
| Octal | 377 | 241 | 324 | 0 | 45 | 21 | 0 | 507 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11010100 | 0 | 100101 | 10001 | 0 | 101000111 | 1100100 | 1010010 |
Color Harmonies of #FFA1D4
Complementary color
Monochromatic Colors of #FFA1D4
Black with #FFA1D4
Text Example
Text Example
White with #FFA1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1D4; }
p { color: rgb(255,161,212); }
H1.HeaderClassName
{
color: #FFA1D4;
}
.AnyTagClassName
{
color: #FFA1D4;
}
</style>
background-color css
<style>
a { background-color: #FFA1D4; }
a { background-color: rgb(255,161,212); }
div.DivClassName
{
background-color: #FFA1D4;
}
.BgClassName
{
background-color: #FFA1D4;
}
</style>
border-color css
<style>
span { border-color: #FFA1D4; }
span { border-color: rgb(255,161,212); }
td.TdClassName
{
border-color: #FFA1D4;
}
.TagClassName
{
border-color: #FFA1D4;
}
</style>