Shades of Lavender Pink #F9ADDC
Tints of Lavender Pink #F9ADDC
RGB
CMYK
RGB Variations
Color information
#F9ADDC (or 0xF9ADDC) is known color: Lavender Pink. HEX triplet: F9, AD and DC. RGB value is (249,173,220). Sum of RGB (Red+Green+Blue) = 249+173+220=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADDC is #065223. Grayscale: #C8C8C8. Windows color (decimal): -414244 or 14462457. OLE color: 14462457.
HSL color Cylindrical-coordinate representation of color #F9ADDC: hue angle of 322.89º 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 #F9ADDC is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 220 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.02 |
| HSL | 322.89º | 0.86% | 0.83% | - |
| HSV(B) | 322.89º | 0.31% | 0.98% | - |
| XYZ | 66.93 | 55.19 | 74.84 | - |
| YUV | 201.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 220 | 0 | 0.31 | 0.12 | 0.02 | 322.89 | 0.86 | 0.83 |
| Hex | F9 | AD | DC | 0 | 1F | C | 2 | 143 | 56 | 53 |
| Octal | 371 | 255 | 334 | 0 | 37 | 14 | 2 | 503 | 126 | 123 |
| Binary | 11111001 | 10101101 | 11011100 | 0 | 11111 | 1100 | 10 | 101000011 | 1010110 | 1010011 |
Color Harmonies of #F9ADDC
Complementary color
Monochromatic Colors of #F9ADDC
Black with #F9ADDC
Text Example
Text Example
White with #F9ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADDC; }
p { color: rgb(249,173,220); }
H1.HeaderClassName
{
color: #F9ADDC;
}
.AnyTagClassName
{
color: #F9ADDC;
}
</style>
background-color css
<style>
a { background-color: #F9ADDC; }
a { background-color: rgb(249,173,220); }
div.DivClassName
{
background-color: #F9ADDC;
}
.BgClassName
{
background-color: #F9ADDC;
}
</style>
border-color css
<style>
span { border-color: #F9ADDC; }
span { border-color: rgb(249,173,220); }
td.TdClassName
{
border-color: #F9ADDC;
}
.TagClassName
{
border-color: #F9ADDC;
}
</style>