Shades of Lavender Pink #FDACD6
Tints of Lavender Pink #FDACD6
RGB
CMYK
RGB Variations
Color information
#FDACD6 (or 0xFDACD6) is known color: Lavender Pink. HEX triplet: FD, AC and D6. RGB value is (253,172,214). Sum of RGB (Red+Green+Blue) = 253+172+214=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACD6 is #025329. Grayscale: #C8C8C8. Windows color (decimal): -152362 or 14068989. OLE color: 14068989.
HSL color Cylindrical-coordinate representation of color #FDACD6: hue angle of 328.89º 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 #FDACD6 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 214 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.01 |
| HSL | 328.89º | 0.95% | 0.83% | - |
| HSV(B) | 328.89º | 0.32% | 0.99% | - |
| XYZ | 67.4 | 55.24 | 70.73 | - |
| YUV | 201.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 214 | 0 | 0.32 | 0.15 | 0.01 | 328.89 | 0.95 | 0.83 |
| Hex | FD | AC | D6 | 0 | 20 | F | 1 | 149 | 5F | 53 |
| Octal | 375 | 254 | 326 | 0 | 40 | 17 | 1 | 511 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11010110 | 0 | 100000 | 1111 | 1 | 101001001 | 1011111 | 1010011 |
Color Harmonies of #FDACD6
Complementary color
Monochromatic Colors of #FDACD6
Black with #FDACD6
Text Example
Text Example
White with #FDACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACD6; }
p { color: rgb(253,172,214); }
H1.HeaderClassName
{
color: #FDACD6;
}
.AnyTagClassName
{
color: #FDACD6;
}
</style>
background-color css
<style>
a { background-color: #FDACD6; }
a { background-color: rgb(253,172,214); }
div.DivClassName
{
background-color: #FDACD6;
}
.BgClassName
{
background-color: #FDACD6;
}
</style>
border-color css
<style>
span { border-color: #FDACD6; }
span { border-color: rgb(253,172,214); }
td.TdClassName
{
border-color: #FDACD6;
}
.TagClassName
{
border-color: #FDACD6;
}
</style>