Shades of Lavender Pink #F9AACC
Tints of Lavender Pink #F9AACC
RGB
CMYK
RGB Variations
Color information
#F9AACC (or 0xF9AACC) is known color: Lavender Pink. HEX triplet: F9, AA and CC. RGB value is (249,170,204). Sum of RGB (Red+Green+Blue) = 249+170+204=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AACC is #065533. Grayscale: #C5C5C5. Windows color (decimal): -415028 or 13413113. OLE color: 13413113.
HSL color Cylindrical-coordinate representation of color #F9AACC: hue angle of 334.18º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9AACC is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 204 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.02 |
| HSL | 334.18º | 0.87% | 0.82% | - |
| HSV(B) | 334.18º | 0.32% | 0.98% | - |
| XYZ | 64.34 | 53.25 | 64.01 | - |
| YUV | 197.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 204 | 0 | 0.32 | 0.18 | 0.02 | 334.18 | 0.87 | 0.82 |
| Hex | F9 | AA | CC | 0 | 20 | 12 | 2 | 14E | 57 | 52 |
| Octal | 371 | 252 | 314 | 0 | 40 | 22 | 2 | 516 | 127 | 122 |
| Binary | 11111001 | 10101010 | 11001100 | 0 | 100000 | 10010 | 10 | 101001110 | 1010111 | 1010010 |
Color Harmonies of #F9AACC
Complementary color
Monochromatic Colors of #F9AACC
Black with #F9AACC
Text Example
Text Example
White with #F9AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AACC; }
p { color: rgb(249,170,204); }
H1.HeaderClassName
{
color: #F9AACC;
}
.AnyTagClassName
{
color: #F9AACC;
}
</style>
background-color css
<style>
a { background-color: #F9AACC; }
a { background-color: rgb(249,170,204); }
div.DivClassName
{
background-color: #F9AACC;
}
.BgClassName
{
background-color: #F9AACC;
}
</style>
border-color css
<style>
span { border-color: #F9AACC; }
span { border-color: rgb(249,170,204); }
td.TdClassName
{
border-color: #F9AACC;
}
.TagClassName
{
border-color: #F9AACC;
}
</style>