Shades of Lavender Pink #FFA4D4
Tints of Lavender Pink #FFA4D4
RGB
CMYK
RGB Variations
Color information
#FFA4D4 (or 0xFFA4D4) is known color: Lavender Pink. HEX triplet: FF, A4 and D4. RGB value is (255,164,212). Sum of RGB (Red+Green+Blue) = 255+164+212=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 164 (64.45% from 255 or 25.99% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4D4 is #005B2B. Grayscale: #C4C4C4. Windows color (decimal): -23340 or 13935871. OLE color: 13935871.
HSL color Cylindrical-coordinate representation of color #FFA4D4: hue angle of 328.35º 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 #FFA4D4 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 212 | - |
| CMYK | 0 | 0.36 | 0.17 | 0 |
| HSL | 328.35º | 1% | 0.82% | - |
| HSV(B) | 328.35º | 0.36% | 1% | - |
| XYZ | 66.4 | 52.56 | 68.93 | - |
| YUV | 196.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 212 | 0 | 0.36 | 0.17 | 0 | 328.35 | 1 | 0.82 |
| Hex | FF | A4 | D4 | 0 | 24 | 11 | 0 | 148 | 64 | 52 |
| Octal | 377 | 244 | 324 | 0 | 44 | 21 | 0 | 510 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11010100 | 0 | 100100 | 10001 | 0 | 101001000 | 1100100 | 1010010 |
Color Harmonies of #FFA4D4
Complementary color
Monochromatic Colors of #FFA4D4
Black with #FFA4D4
Text Example
Text Example
White with #FFA4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4D4; }
p { color: rgb(255,164,212); }
H1.HeaderClassName
{
color: #FFA4D4;
}
.AnyTagClassName
{
color: #FFA4D4;
}
</style>
background-color css
<style>
a { background-color: #FFA4D4; }
a { background-color: rgb(255,164,212); }
div.DivClassName
{
background-color: #FFA4D4;
}
.BgClassName
{
background-color: #FFA4D4;
}
</style>
border-color css
<style>
span { border-color: #FFA4D4; }
span { border-color: rgb(255,164,212); }
td.TdClassName
{
border-color: #FFA4D4;
}
.TagClassName
{
border-color: #FFA4D4;
}
</style>