Shades of Lavender Pink #FDADD1
Tints of Lavender Pink #FDADD1
RGB
CMYK
RGB Variations
Color information
#FDADD1 (or 0xFDADD1) is known color: Lavender Pink. HEX triplet: FD, AD and D1. RGB value is (253,173,209). Sum of RGB (Red+Green+Blue) = 253+173+209=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADD1 is #02522E. Grayscale: #C8C8C8. Windows color (decimal): -152111 or 13741565. OLE color: 13741565.
HSL color Cylindrical-coordinate representation of color #FDADD1: hue angle of 333º 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 #FDADD1 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 209 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.01 |
| HSL | 333º | 0.95% | 0.84% | - |
| HSV(B) | 333º | 0.32% | 0.99% | - |
| XYZ | 66.96 | 55.37 | 67.48 | - |
| YUV | 201.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 209 | 0 | 0.32 | 0.17 | 0.01 | 333 | 0.95 | 0.84 |
| Hex | FD | AD | D1 | 0 | 20 | 11 | 1 | 14D | 5F | 54 |
| Octal | 375 | 255 | 321 | 0 | 40 | 21 | 1 | 515 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11010001 | 0 | 100000 | 10001 | 1 | 101001101 | 1011111 | 1010100 |
Color Harmonies of #FDADD1
Complementary color
Monochromatic Colors of #FDADD1
Black with #FDADD1
Text Example
Text Example
White with #FDADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADD1; }
p { color: rgb(253,173,209); }
H1.HeaderClassName
{
color: #FDADD1;
}
.AnyTagClassName
{
color: #FDADD1;
}
</style>
background-color css
<style>
a { background-color: #FDADD1; }
a { background-color: rgb(253,173,209); }
div.DivClassName
{
background-color: #FDADD1;
}
.BgClassName
{
background-color: #FDADD1;
}
</style>
border-color css
<style>
span { border-color: #FDADD1; }
span { border-color: rgb(253,173,209); }
td.TdClassName
{
border-color: #FDADD1;
}
.TagClassName
{
border-color: #FDADD1;
}
</style>