Shades of Lavender Pink #F9AACD
Tints of Lavender Pink #F9AACD
RGB
CMYK
RGB Variations
Color information
#F9AACD (or 0xF9AACD) is known color: Lavender Pink. HEX triplet: F9, AA and CD. RGB value is (249,170,205). Sum of RGB (Red+Green+Blue) = 249+170+205=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AACD is #065532. Grayscale: #C5C5C5. Windows color (decimal): -415027 or 13478649. OLE color: 13478649.
HSL color Cylindrical-coordinate representation of color #F9AACD: hue angle of 333.42º 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 #F9AACD is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 205 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.02 |
| HSL | 333.42º | 0.87% | 0.82% | - |
| HSV(B) | 333.42º | 0.32% | 0.98% | - |
| XYZ | 64.46 | 53.3 | 64.65 | - |
| YUV | 197.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 205 | 0 | 0.32 | 0.18 | 0.02 | 333.42 | 0.87 | 0.82 |
| Hex | F9 | AA | CD | 0 | 20 | 12 | 2 | 14D | 57 | 52 |
| Octal | 371 | 252 | 315 | 0 | 40 | 22 | 2 | 515 | 127 | 122 |
| Binary | 11111001 | 10101010 | 11001101 | 0 | 100000 | 10010 | 10 | 101001101 | 1010111 | 1010010 |
Color Harmonies of #F9AACD
Complementary color
Monochromatic Colors of #F9AACD
Black with #F9AACD
Text Example
Text Example
White with #F9AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AACD; }
p { color: rgb(249,170,205); }
H1.HeaderClassName
{
color: #F9AACD;
}
.AnyTagClassName
{
color: #F9AACD;
}
</style>
background-color css
<style>
a { background-color: #F9AACD; }
a { background-color: rgb(249,170,205); }
div.DivClassName
{
background-color: #F9AACD;
}
.BgClassName
{
background-color: #F9AACD;
}
</style>
border-color css
<style>
span { border-color: #F9AACD; }
span { border-color: rgb(249,170,205); }
td.TdClassName
{
border-color: #F9AACD;
}
.TagClassName
{
border-color: #F9AACD;
}
</style>