Shades of Lavender Pink #FFACD0
Tints of Lavender Pink #FFACD0
RGB
CMYK
RGB Variations
Color information
#FFACD0 (or 0xFFACD0) is known color: Lavender Pink. HEX triplet: FF, AC and D0. RGB value is (255,172,208). Sum of RGB (Red+Green+Blue) = 255+172+208=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACD0 is #00532F. Grayscale: #C8C8C8. Windows color (decimal): -21296 or 13675775. OLE color: 13675775.
HSL color Cylindrical-coordinate representation of color #FFACD0: hue angle of 333.98º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACD0 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 208 | - |
| CMYK | 0 | 0.33 | 0.18 | 0 |
| HSL | 333.98º | 1% | 0.84% | - |
| HSV(B) | 333.98º | 0.33% | 1% | - |
| XYZ | 67.38 | 55.32 | 66.8 | - |
| YUV | 200.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 208 | 0 | 0.33 | 0.18 | 0 | 333.98 | 1 | 0.84 |
| Hex | FF | AC | D0 | 0 | 21 | 12 | 0 | 14E | 64 | 54 |
| Octal | 377 | 254 | 320 | 0 | 41 | 22 | 0 | 516 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11010000 | 0 | 100001 | 10010 | 0 | 101001110 | 1100100 | 1010100 |
Color Harmonies of #FFACD0
Complementary color
Monochromatic Colors of #FFACD0
Black with #FFACD0
Text Example
Text Example
White with #FFACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACD0; }
p { color: rgb(255,172,208); }
H1.HeaderClassName
{
color: #FFACD0;
}
.AnyTagClassName
{
color: #FFACD0;
}
</style>
background-color css
<style>
a { background-color: #FFACD0; }
a { background-color: rgb(255,172,208); }
div.DivClassName
{
background-color: #FFACD0;
}
.BgClassName
{
background-color: #FFACD0;
}
</style>
border-color css
<style>
span { border-color: #FFACD0; }
span { border-color: rgb(255,172,208); }
td.TdClassName
{
border-color: #FFACD0;
}
.TagClassName
{
border-color: #FFACD0;
}
</style>