Shades of Lavender Pink #FFACD3
Tints of Lavender Pink #FFACD3
RGB
CMYK
RGB Variations
Color information
#FFACD3 (or 0xFFACD3) is known color: Lavender Pink. HEX triplet: FF, AC and D3. RGB value is (255,172,211). Sum of RGB (Red+Green+Blue) = 255+172+211=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACD3 is #00532C. Grayscale: #C9C9C9. Windows color (decimal): -21293 or 13872383. OLE color: 13872383.
HSL color Cylindrical-coordinate representation of color #FFACD3: hue angle of 331.81º 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 #FFACD3 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 211 | - |
| CMYK | 0 | 0.33 | 0.17 | 0 |
| HSL | 331.81º | 1% | 0.84% | - |
| HSV(B) | 331.81º | 0.33% | 1% | - |
| XYZ | 67.75 | 55.47 | 68.76 | - |
| YUV | 201.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 211 | 0 | 0.33 | 0.17 | 0 | 331.81 | 1 | 0.84 |
| Hex | FF | AC | D3 | 0 | 21 | 11 | 0 | 14C | 64 | 54 |
| Octal | 377 | 254 | 323 | 0 | 41 | 21 | 0 | 514 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11010011 | 0 | 100001 | 10001 | 0 | 101001100 | 1100100 | 1010100 |
Color Harmonies of #FFACD3
Complementary color
Monochromatic Colors of #FFACD3
Black with #FFACD3
Text Example
Text Example
White with #FFACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACD3; }
p { color: rgb(255,172,211); }
H1.HeaderClassName
{
color: #FFACD3;
}
.AnyTagClassName
{
color: #FFACD3;
}
</style>
background-color css
<style>
a { background-color: #FFACD3; }
a { background-color: rgb(255,172,211); }
div.DivClassName
{
background-color: #FFACD3;
}
.BgClassName
{
background-color: #FFACD3;
}
</style>
border-color css
<style>
span { border-color: #FFACD3; }
span { border-color: rgb(255,172,211); }
td.TdClassName
{
border-color: #FFACD3;
}
.TagClassName
{
border-color: #FFACD3;
}
</style>