Shades of Lavender Pink #F9A9DA
Tints of Lavender Pink #F9A9DA
RGB
CMYK
RGB Variations
Color information
#F9A9DA (or 0xF9A9DA) is known color: Lavender Pink. HEX triplet: F9, A9 and DA. RGB value is (249,169,218). Sum of RGB (Red+Green+Blue) = 249+169+218=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A9DA is #065625. Grayscale: #C6C6C6. Windows color (decimal): -415270 or 14330361. OLE color: 14330361.
HSL color Cylindrical-coordinate representation of color #F9A9DA: hue angle of 323.25º 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 #F9A9DA is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 169 | 218 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.02 |
| HSL | 323.25º | 0.87% | 0.82% | - |
| HSV(B) | 323.25º | 0.32% | 0.98% | - |
| XYZ | 65.91 | 53.58 | 73.2 | - |
| YUV | 198.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 169 | 218 | 0 | 0.32 | 0.12 | 0.02 | 323.25 | 0.87 | 0.82 |
| Hex | F9 | A9 | DA | 0 | 20 | C | 2 | 143 | 57 | 52 |
| Octal | 371 | 251 | 332 | 0 | 40 | 14 | 2 | 503 | 127 | 122 |
| Binary | 11111001 | 10101001 | 11011010 | 0 | 100000 | 1100 | 10 | 101000011 | 1010111 | 1010010 |
Color Harmonies of #F9A9DA
Complementary color
Monochromatic Colors of #F9A9DA
Black with #F9A9DA
Text Example
Text Example
White with #F9A9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A9DA; }
p { color: rgb(249,169,218); }
H1.HeaderClassName
{
color: #F9A9DA;
}
.AnyTagClassName
{
color: #F9A9DA;
}
</style>
background-color css
<style>
a { background-color: #F9A9DA; }
a { background-color: rgb(249,169,218); }
div.DivClassName
{
background-color: #F9A9DA;
}
.BgClassName
{
background-color: #F9A9DA;
}
</style>
border-color css
<style>
span { border-color: #F9A9DA; }
span { border-color: rgb(249,169,218); }
td.TdClassName
{
border-color: #F9A9DA;
}
.TagClassName
{
border-color: #F9A9DA;
}
</style>