Shades of Lavender Pink #F9A4D0
Tints of Lavender Pink #F9A4D0
RGB
CMYK
RGB Variations
Color information
#F9A4D0 (or 0xF9A4D0) is known color: Lavender Pink. HEX triplet: F9, A4 and D0. RGB value is (249,164,208). Sum of RGB (Red+Green+Blue) = 249+164+208=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A4D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A4D0 is #065B2F. Grayscale: #C2C2C2. Windows color (decimal): -416560 or 13673721. OLE color: 13673721.
HSL color Cylindrical-coordinate representation of color #F9A4D0: hue angle of 328.94º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9A4D0 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 208 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.02 |
| HSL | 328.94º | 0.88% | 0.81% | - |
| HSV(B) | 328.94º | 0.34% | 0.98% | - |
| XYZ | 63.73 | 51.24 | 66.21 | - |
| YUV | 194.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 208 | 0 | 0.34 | 0.16 | 0.02 | 328.94 | 0.88 | 0.81 |
| Hex | F9 | A4 | D0 | 0 | 22 | 10 | 2 | 149 | 58 | 51 |
| Octal | 371 | 244 | 320 | 0 | 42 | 20 | 2 | 511 | 130 | 121 |
| Binary | 11111001 | 10100100 | 11010000 | 0 | 100010 | 10000 | 10 | 101001001 | 1011000 | 1010001 |
Color Harmonies of #F9A4D0
Complementary color
Monochromatic Colors of #F9A4D0
Black with #F9A4D0
Text Example
Text Example
White with #F9A4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A4D0; }
p { color: rgb(249,164,208); }
H1.HeaderClassName
{
color: #F9A4D0;
}
.AnyTagClassName
{
color: #F9A4D0;
}
</style>
background-color css
<style>
a { background-color: #F9A4D0; }
a { background-color: rgb(249,164,208); }
div.DivClassName
{
background-color: #F9A4D0;
}
.BgClassName
{
background-color: #F9A4D0;
}
</style>
border-color css
<style>
span { border-color: #F9A4D0; }
span { border-color: rgb(249,164,208); }
td.TdClassName
{
border-color: #F9A4D0;
}
.TagClassName
{
border-color: #F9A4D0;
}
</style>