Shades of Lavender Pink #FDACDD
Tints of Lavender Pink #FDACDD
RGB
CMYK
RGB Variations
Color information
#FDACDD (or 0xFDACDD) is known color: Lavender Pink. HEX triplet: FD, AC and DD. RGB value is (253,172,221). Sum of RGB (Red+Green+Blue) = 253+172+221=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACDD is #025322. Grayscale: #C9C9C9. Windows color (decimal): -152355 or 14527741. OLE color: 14527741.
HSL color Cylindrical-coordinate representation of color #FDACDD: hue angle of 323.7º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACDD is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 221 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.01 |
| HSL | 323.7º | 0.95% | 0.83% | - |
| HSV(B) | 323.7º | 0.32% | 0.99% | - |
| XYZ | 68.31 | 55.61 | 75.54 | - |
| YUV | 201.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 221 | 0 | 0.32 | 0.13 | 0.01 | 323.7 | 0.95 | 0.83 |
| Hex | FD | AC | DD | 0 | 20 | D | 1 | 144 | 5F | 53 |
| Octal | 375 | 254 | 335 | 0 | 40 | 15 | 1 | 504 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11011101 | 0 | 100000 | 1101 | 1 | 101000100 | 1011111 | 1010011 |
Color Harmonies of #FDACDD
Complementary color
Monochromatic Colors of #FDACDD
Black with #FDACDD
Text Example
Text Example
White with #FDACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACDD; }
p { color: rgb(253,172,221); }
H1.HeaderClassName
{
color: #FDACDD;
}
.AnyTagClassName
{
color: #FDACDD;
}
</style>
background-color css
<style>
a { background-color: #FDACDD; }
a { background-color: rgb(253,172,221); }
div.DivClassName
{
background-color: #FDACDD;
}
.BgClassName
{
background-color: #FDACDD;
}
</style>
border-color css
<style>
span { border-color: #FDACDD; }
span { border-color: rgb(253,172,221); }
td.TdClassName
{
border-color: #FDACDD;
}
.TagClassName
{
border-color: #FDACDD;
}
</style>