Shades of Lavender Pink #FFA4D1
Tints of Lavender Pink #FFA4D1
RGB
CMYK
RGB Variations
Color information
#FFA4D1 (or 0xFFA4D1) is known color: Lavender Pink. HEX triplet: FF, A4 and D1. RGB value is (255,164,209). Sum of RGB (Red+Green+Blue) = 255+164+209=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4D1 is #005B2E. Grayscale: #C4C4C4. Windows color (decimal): -23343 or 13739263. OLE color: 13739263.
HSL color Cylindrical-coordinate representation of color #FFA4D1: hue angle of 330.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4D1 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 209 | - |
| CMYK | 0 | 0.36 | 0.18 | 0 |
| HSL | 330.33º | 1% | 0.82% | - |
| HSV(B) | 330.33º | 0.36% | 1% | - |
| XYZ | 66.02 | 52.41 | 66.96 | - |
| YUV | 196.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 209 | 0 | 0.36 | 0.18 | 0 | 330.33 | 1 | 0.82 |
| Hex | FF | A4 | D1 | 0 | 24 | 12 | 0 | 14A | 64 | 52 |
| Octal | 377 | 244 | 321 | 0 | 44 | 22 | 0 | 512 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11010001 | 0 | 100100 | 10010 | 0 | 101001010 | 1100100 | 1010010 |
Color Harmonies of #FFA4D1
Complementary color
Monochromatic Colors of #FFA4D1
Black with #FFA4D1
Text Example
Text Example
White with #FFA4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4D1; }
p { color: rgb(255,164,209); }
H1.HeaderClassName
{
color: #FFA4D1;
}
.AnyTagClassName
{
color: #FFA4D1;
}
</style>
background-color css
<style>
a { background-color: #FFA4D1; }
a { background-color: rgb(255,164,209); }
div.DivClassName
{
background-color: #FFA4D1;
}
.BgClassName
{
background-color: #FFA4D1;
}
</style>
border-color css
<style>
span { border-color: #FFA4D1; }
span { border-color: rgb(255,164,209); }
td.TdClassName
{
border-color: #FFA4D1;
}
.TagClassName
{
border-color: #FFA4D1;
}
</style>