Shades of Lavender Pink #FFAACF
Tints of Lavender Pink #FFAACF
RGB
CMYK
RGB Variations
Color information
#FFAACF (or 0xFFAACF) is known color: Lavender Pink. HEX triplet: FF, AA and CF. RGB value is (255,170,207). Sum of RGB (Red+Green+Blue) = 255+170+207=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAACF is #005530. Grayscale: #C7C7C7. Windows color (decimal): -21809 or 13609727. OLE color: 13609727.
HSL color Cylindrical-coordinate representation of color #FFAACF: hue angle of 333.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAACF is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 207 | - |
| CMYK | 0 | 0.33 | 0.19 | 0 |
| HSL | 333.88º | 1% | 0.83% | - |
| HSV(B) | 333.88º | 0.33% | 1% | - |
| XYZ | 66.88 | 54.51 | 66.03 | - |
| YUV | 199.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 207 | 0 | 0.33 | 0.19 | 0 | 333.88 | 1 | 0.83 |
| Hex | FF | AA | CF | 0 | 21 | 13 | 0 | 14E | 64 | 53 |
| Octal | 377 | 252 | 317 | 0 | 41 | 23 | 0 | 516 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11001111 | 0 | 100001 | 10011 | 0 | 101001110 | 1100100 | 1010011 |
Color Harmonies of #FFAACF
Complementary color
Monochromatic Colors of #FFAACF
Black with #FFAACF
Text Example
Text Example
White with #FFAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAACF; }
p { color: rgb(255,170,207); }
H1.HeaderClassName
{
color: #FFAACF;
}
.AnyTagClassName
{
color: #FFAACF;
}
</style>
background-color css
<style>
a { background-color: #FFAACF; }
a { background-color: rgb(255,170,207); }
div.DivClassName
{
background-color: #FFAACF;
}
.BgClassName
{
background-color: #FFAACF;
}
</style>
border-color css
<style>
span { border-color: #FFAACF; }
span { border-color: rgb(255,170,207); }
td.TdClassName
{
border-color: #FFAACF;
}
.TagClassName
{
border-color: #FFAACF;
}
</style>