Shades of Lavender Pink #FFACCF
Tints of Lavender Pink #FFACCF
RGB
CMYK
RGB Variations
Color information
#FFACCF (or 0xFFACCF) is known color: Lavender Pink. HEX triplet: FF, AC and CF. RGB value is (255,172,207). Sum of RGB (Red+Green+Blue) = 255+172+207=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACCF is #005330. Grayscale: #C8C8C8. Windows color (decimal): -21297 or 13610239. OLE color: 13610239.
HSL color Cylindrical-coordinate representation of color #FFACCF: hue angle of 334.7º 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 #FFACCF is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 207 | - |
| CMYK | 0 | 0.33 | 0.19 | 0 |
| HSL | 334.7º | 1% | 0.84% | - |
| HSV(B) | 334.7º | 0.33% | 1% | - |
| XYZ | 67.26 | 55.27 | 66.15 | - |
| YUV | 200.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 207 | 0 | 0.33 | 0.19 | 0 | 334.7 | 1 | 0.84 |
| Hex | FF | AC | CF | 0 | 21 | 13 | 0 | 14F | 64 | 54 |
| Octal | 377 | 254 | 317 | 0 | 41 | 23 | 0 | 517 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11001111 | 0 | 100001 | 10011 | 0 | 101001111 | 1100100 | 1010100 |
Color Harmonies of #FFACCF
Complementary color
Monochromatic Colors of #FFACCF
Black with #FFACCF
Text Example
Text Example
White with #FFACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACCF; }
p { color: rgb(255,172,207); }
H1.HeaderClassName
{
color: #FFACCF;
}
.AnyTagClassName
{
color: #FFACCF;
}
</style>
background-color css
<style>
a { background-color: #FFACCF; }
a { background-color: rgb(255,172,207); }
div.DivClassName
{
background-color: #FFACCF;
}
.BgClassName
{
background-color: #FFACCF;
}
</style>
border-color css
<style>
span { border-color: #FFACCF; }
span { border-color: rgb(255,172,207); }
td.TdClassName
{
border-color: #FFACCF;
}
.TagClassName
{
border-color: #FFACCF;
}
</style>