Shades of Lavender Pink #F9ADD1
Tints of Lavender Pink #F9ADD1
RGB
CMYK
RGB Variations
Color information
#F9ADD1 (or 0xF9ADD1) is known color: Lavender Pink. HEX triplet: F9, AD and D1. RGB value is (249,173,209). Sum of RGB (Red+Green+Blue) = 249+173+209=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADD1 is #06522E. Grayscale: #C7C7C7. Windows color (decimal): -414255 or 13741561. OLE color: 13741561.
HSL color Cylindrical-coordinate representation of color #F9ADD1: hue angle of 331.58º 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 #F9ADD1 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 209 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.02 |
| HSL | 331.58º | 0.86% | 0.83% | - |
| HSV(B) | 331.58º | 0.31% | 0.98% | - |
| XYZ | 65.52 | 54.63 | 67.41 | - |
| YUV | 199.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 209 | 0 | 0.31 | 0.16 | 0.02 | 331.58 | 0.86 | 0.83 |
| Hex | F9 | AD | D1 | 0 | 1F | 10 | 2 | 14C | 56 | 53 |
| Octal | 371 | 255 | 321 | 0 | 37 | 20 | 2 | 514 | 126 | 123 |
| Binary | 11111001 | 10101101 | 11010001 | 0 | 11111 | 10000 | 10 | 101001100 | 1010110 | 1010011 |
Color Harmonies of #F9ADD1
Complementary color
Monochromatic Colors of #F9ADD1
Black with #F9ADD1
Text Example
Text Example
White with #F9ADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADD1; }
p { color: rgb(249,173,209); }
H1.HeaderClassName
{
color: #F9ADD1;
}
.AnyTagClassName
{
color: #F9ADD1;
}
</style>
background-color css
<style>
a { background-color: #F9ADD1; }
a { background-color: rgb(249,173,209); }
div.DivClassName
{
background-color: #F9ADD1;
}
.BgClassName
{
background-color: #F9ADD1;
}
</style>
border-color css
<style>
span { border-color: #F9ADD1; }
span { border-color: rgb(249,173,209); }
td.TdClassName
{
border-color: #F9ADD1;
}
.TagClassName
{
border-color: #F9ADD1;
}
</style>