Shades of Lavender Pink #F5AACC
Tints of Lavender Pink #F5AACC
RGB
CMYK
RGB Variations
Color information
#F5AACC (or 0xF5AACC) is known color: Lavender Pink. HEX triplet: F5, AA and CC. RGB value is (245,170,204). Sum of RGB (Red+Green+Blue) = 245+170+204=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AACC is #0A5533. Grayscale: #C4C4C4. Windows color (decimal): -677172 or 13413109. OLE color: 13413109.
HSL color Cylindrical-coordinate representation of color #F5AACC: hue angle of 332.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AACC is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 170 | 204 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.04 |
| HSL | 332.8º | 0.79% | 0.81% | - |
| HSV(B) | 332.8º | 0.31% | 0.96% | - |
| XYZ | 62.93 | 52.52 | 63.95 | - |
| YUV | 196.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 204 | 0 | 0.31 | 0.17 | 0.04 | 332.8 | 0.79 | 0.81 |
| Hex | F5 | AA | CC | 0 | 1F | 11 | 4 | 14D | 4F | 51 |
| Octal | 365 | 252 | 314 | 0 | 37 | 21 | 4 | 515 | 117 | 121 |
| Binary | 11110101 | 10101010 | 11001100 | 0 | 11111 | 10001 | 100 | 101001101 | 1001111 | 1010001 |
Color Harmonies of #F5AACC
Complementary color
Monochromatic Colors of #F5AACC
Black with #F5AACC
Text Example
Text Example
White with #F5AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AACC; }
p { color: rgb(245,170,204); }
H1.HeaderClassName
{
color: #F5AACC;
}
.AnyTagClassName
{
color: #F5AACC;
}
</style>
background-color css
<style>
a { background-color: #F5AACC; }
a { background-color: rgb(245,170,204); }
div.DivClassName
{
background-color: #F5AACC;
}
.BgClassName
{
background-color: #F5AACC;
}
</style>
border-color css
<style>
span { border-color: #F5AACC; }
span { border-color: rgb(245,170,204); }
td.TdClassName
{
border-color: #F5AACC;
}
.TagClassName
{
border-color: #F5AACC;
}
</style>