Shades of Lavender Pink #FDADD9
Tints of Lavender Pink #FDADD9
RGB
CMYK
RGB Variations
Color information
#FDADD9 (or 0xFDADD9) is known color: Lavender Pink. HEX triplet: FD, AD and D9. RGB value is (253,173,217). Sum of RGB (Red+Green+Blue) = 253+173+217=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADD9 is #025226. Grayscale: #C9C9C9. Windows color (decimal): -152103 or 14265853. OLE color: 14265853.
HSL color Cylindrical-coordinate representation of color #FDADD9: hue angle of 327º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADD9 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 217 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.01 |
| HSL | 327º | 0.95% | 0.84% | - |
| HSV(B) | 327º | 0.32% | 0.99% | - |
| XYZ | 67.98 | 55.78 | 72.83 | - |
| YUV | 201.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 217 | 0 | 0.32 | 0.14 | 0.01 | 327 | 0.95 | 0.84 |
| Hex | FD | AD | D9 | 0 | 20 | E | 1 | 147 | 5F | 54 |
| Octal | 375 | 255 | 331 | 0 | 40 | 16 | 1 | 507 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11011001 | 0 | 100000 | 1110 | 1 | 101000111 | 1011111 | 1010100 |
Color Harmonies of #FDADD9
Complementary color
Monochromatic Colors of #FDADD9
Black with #FDADD9
Text Example
Text Example
White with #FDADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADD9; }
p { color: rgb(253,173,217); }
H1.HeaderClassName
{
color: #FDADD9;
}
.AnyTagClassName
{
color: #FDADD9;
}
</style>
background-color css
<style>
a { background-color: #FDADD9; }
a { background-color: rgb(253,173,217); }
div.DivClassName
{
background-color: #FDADD9;
}
.BgClassName
{
background-color: #FDADD9;
}
</style>
border-color css
<style>
span { border-color: #FDADD9; }
span { border-color: rgb(253,173,217); }
td.TdClassName
{
border-color: #FDADD9;
}
.TagClassName
{
border-color: #FDADD9;
}
</style>