Shades of Lavender Pink #F9ADD2
Tints of Lavender Pink #F9ADD2
RGB
CMYK
RGB Variations
Color information
#F9ADD2 (or 0xF9ADD2) is known color: Lavender Pink. HEX triplet: F9, AD and D2. RGB value is (249,173,210). Sum of RGB (Red+Green+Blue) = 249+173+210=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADD2 is #06522D. Grayscale: #C7C7C7. Windows color (decimal): -414254 or 13807097. OLE color: 13807097.
HSL color Cylindrical-coordinate representation of color #F9ADD2: hue angle of 330.79º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADD2 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 210 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.02 |
| HSL | 330.79º | 0.86% | 0.83% | - |
| HSV(B) | 330.79º | 0.31% | 0.98% | - |
| XYZ | 65.64 | 54.68 | 68.07 | - |
| YUV | 199.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 210 | 0 | 0.31 | 0.16 | 0.02 | 330.79 | 0.86 | 0.83 |
| Hex | F9 | AD | D2 | 0 | 1F | 10 | 2 | 14B | 56 | 53 |
| Octal | 371 | 255 | 322 | 0 | 37 | 20 | 2 | 513 | 126 | 123 |
| Binary | 11111001 | 10101101 | 11010010 | 0 | 11111 | 10000 | 10 | 101001011 | 1010110 | 1010011 |
Color Harmonies of #F9ADD2
Complementary color
Monochromatic Colors of #F9ADD2
Black with #F9ADD2
Text Example
Text Example
White with #F9ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADD2; }
p { color: rgb(249,173,210); }
H1.HeaderClassName
{
color: #F9ADD2;
}
.AnyTagClassName
{
color: #F9ADD2;
}
</style>
background-color css
<style>
a { background-color: #F9ADD2; }
a { background-color: rgb(249,173,210); }
div.DivClassName
{
background-color: #F9ADD2;
}
.BgClassName
{
background-color: #F9ADD2;
}
</style>
border-color css
<style>
span { border-color: #F9ADD2; }
span { border-color: rgb(249,173,210); }
td.TdClassName
{
border-color: #F9ADD2;
}
.TagClassName
{
border-color: #F9ADD2;
}
</style>