Shades of Lavender Pink #FDADDD
Tints of Lavender Pink #FDADDD
RGB
CMYK
RGB Variations
Color information
#FDADDD (or 0xFDADDD) is known color: Lavender Pink. HEX triplet: FD, AD and DD. RGB value is (253,173,221). Sum of RGB (Red+Green+Blue) = 253+173+221=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADDD is #025222. Grayscale: #CACACA. Windows color (decimal): -152099 or 14527997. OLE color: 14527997.
HSL color Cylindrical-coordinate representation of color #FDADDD: hue angle of 324º 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 #FDADDD is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 221 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.01 |
| HSL | 324º | 0.95% | 0.84% | - |
| HSV(B) | 324º | 0.32% | 0.99% | - |
| XYZ | 68.5 | 55.99 | 75.6 | - |
| YUV | 202.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 221 | 0 | 0.32 | 0.13 | 0.01 | 324 | 0.95 | 0.84 |
| Hex | FD | AD | DD | 0 | 20 | D | 1 | 144 | 5F | 54 |
| Octal | 375 | 255 | 335 | 0 | 40 | 15 | 1 | 504 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11011101 | 0 | 100000 | 1101 | 1 | 101000100 | 1011111 | 1010100 |
Color Harmonies of #FDADDD
Complementary color
Monochromatic Colors of #FDADDD
Black with #FDADDD
Text Example
Text Example
White with #FDADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADDD; }
p { color: rgb(253,173,221); }
H1.HeaderClassName
{
color: #FDADDD;
}
.AnyTagClassName
{
color: #FDADDD;
}
</style>
background-color css
<style>
a { background-color: #FDADDD; }
a { background-color: rgb(253,173,221); }
div.DivClassName
{
background-color: #FDADDD;
}
.BgClassName
{
background-color: #FDADDD;
}
</style>
border-color css
<style>
span { border-color: #FDADDD; }
span { border-color: rgb(253,173,221); }
td.TdClassName
{
border-color: #FDADDD;
}
.TagClassName
{
border-color: #FDADDD;
}
</style>