Shades of Lavender Pink #FFA4D8
Tints of Lavender Pink #FFA4D8
RGB
CMYK
RGB Variations
Color information
#FFA4D8 (or 0xFFA4D8) is known color: Lavender Pink. HEX triplet: FF, A4 and D8. RGB value is (255,164,216). Sum of RGB (Red+Green+Blue) = 255+164+216=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 164 (64.45% from 255 or 25.83% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4D8 is #005B27. Grayscale: #C5C5C5. Windows color (decimal): -23336 or 14198015. OLE color: 14198015.
HSL color Cylindrical-coordinate representation of color #FFA4D8: hue angle of 325.71º 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 #FFA4D8 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 216 | - |
| CMYK | 0 | 0.36 | 0.15 | 0 |
| HSL | 325.71º | 1% | 0.82% | - |
| HSV(B) | 325.71º | 0.36% | 1% | - |
| XYZ | 66.91 | 52.77 | 71.62 | - |
| YUV | 197.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 216 | 0 | 0.36 | 0.15 | 0 | 325.71 | 1 | 0.82 |
| Hex | FF | A4 | D8 | 0 | 24 | F | 0 | 146 | 64 | 52 |
| Octal | 377 | 244 | 330 | 0 | 44 | 17 | 0 | 506 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11011000 | 0 | 100100 | 1111 | 0 | 101000110 | 1100100 | 1010010 |
Color Harmonies of #FFA4D8
Complementary color
Monochromatic Colors of #FFA4D8
Black with #FFA4D8
Text Example
Text Example
White with #FFA4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4D8; }
p { color: rgb(255,164,216); }
H1.HeaderClassName
{
color: #FFA4D8;
}
.AnyTagClassName
{
color: #FFA4D8;
}
</style>
background-color css
<style>
a { background-color: #FFA4D8; }
a { background-color: rgb(255,164,216); }
div.DivClassName
{
background-color: #FFA4D8;
}
.BgClassName
{
background-color: #FFA4D8;
}
</style>
border-color css
<style>
span { border-color: #FFA4D8; }
span { border-color: rgb(255,164,216); }
td.TdClassName
{
border-color: #FFA4D8;
}
.TagClassName
{
border-color: #FFA4D8;
}
</style>