Shades of Lavender Pink #FDA6D8
Tints of Lavender Pink #FDA6D8
RGB
CMYK
RGB Variations
Color information
#FDA6D8 (or 0xFDA6D8) is known color: Lavender Pink. HEX triplet: FD, A6 and D8. RGB value is (253,166,216). Sum of RGB (Red+Green+Blue) = 253+166+216=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 166 (65.23% from 255 or 26.14% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA6D8 is #025927. Grayscale: #C5C5C5. Windows color (decimal): -153896 or 14198525. OLE color: 14198525.
HSL color Cylindrical-coordinate representation of color #FDA6D8: hue angle of 325.52º 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 #FDA6D8 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 216 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.01 |
| HSL | 325.52º | 0.96% | 0.82% | - |
| HSV(B) | 325.52º | 0.34% | 0.99% | - |
| XYZ | 66.54 | 53.11 | 71.71 | - |
| YUV | 197.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 216 | 0 | 0.34 | 0.15 | 0.01 | 325.52 | 0.96 | 0.82 |
| Hex | FD | A6 | D8 | 0 | 22 | F | 1 | 146 | 60 | 52 |
| Octal | 375 | 246 | 330 | 0 | 42 | 17 | 1 | 506 | 140 | 122 |
| Binary | 11111101 | 10100110 | 11011000 | 0 | 100010 | 1111 | 1 | 101000110 | 1100000 | 1010010 |
Color Harmonies of #FDA6D8
Complementary color
Monochromatic Colors of #FDA6D8
Black with #FDA6D8
Text Example
Text Example
White with #FDA6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6D8; }
p { color: rgb(253,166,216); }
H1.HeaderClassName
{
color: #FDA6D8;
}
.AnyTagClassName
{
color: #FDA6D8;
}
</style>
background-color css
<style>
a { background-color: #FDA6D8; }
a { background-color: rgb(253,166,216); }
div.DivClassName
{
background-color: #FDA6D8;
}
.BgClassName
{
background-color: #FDA6D8;
}
</style>
border-color css
<style>
span { border-color: #FDA6D8; }
span { border-color: rgb(253,166,216); }
td.TdClassName
{
border-color: #FDA6D8;
}
.TagClassName
{
border-color: #FDA6D8;
}
</style>