Shades of Lavender Pink #FDA6D5
Tints of Lavender Pink #FDA6D5
RGB
CMYK
RGB Variations
Color information
#FDA6D5 (or 0xFDA6D5) is known color: Lavender Pink. HEX triplet: FD, A6 and D5. RGB value is (253,166,213). Sum of RGB (Red+Green+Blue) = 253+166+213=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 166 (65.23% from 255 or 26.27% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA6D5 is #02592A. Grayscale: #C5C5C5. Windows color (decimal): -153899 or 14001917. OLE color: 14001917.
HSL color Cylindrical-coordinate representation of color #FDA6D5: hue angle of 327.59º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA6D5 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 213 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.01 |
| HSL | 327.59º | 0.96% | 0.82% | - |
| HSV(B) | 327.59º | 0.34% | 0.99% | - |
| XYZ | 66.15 | 52.96 | 69.69 | - |
| YUV | 197.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 213 | 0 | 0.34 | 0.16 | 0.01 | 327.59 | 0.96 | 0.82 |
| Hex | FD | A6 | D5 | 0 | 22 | 10 | 1 | 148 | 60 | 52 |
| Octal | 375 | 246 | 325 | 0 | 42 | 20 | 1 | 510 | 140 | 122 |
| Binary | 11111101 | 10100110 | 11010101 | 0 | 100010 | 10000 | 1 | 101001000 | 1100000 | 1010010 |
Color Harmonies of #FDA6D5
Complementary color
Monochromatic Colors of #FDA6D5
Black with #FDA6D5
Text Example
Text Example
White with #FDA6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6D5; }
p { color: rgb(253,166,213); }
H1.HeaderClassName
{
color: #FDA6D5;
}
.AnyTagClassName
{
color: #FDA6D5;
}
</style>
background-color css
<style>
a { background-color: #FDA6D5; }
a { background-color: rgb(253,166,213); }
div.DivClassName
{
background-color: #FDA6D5;
}
.BgClassName
{
background-color: #FDA6D5;
}
</style>
border-color css
<style>
span { border-color: #FDA6D5; }
span { border-color: rgb(253,166,213); }
td.TdClassName
{
border-color: #FDA6D5;
}
.TagClassName
{
border-color: #FDA6D5;
}
</style>