Shades of Lavender Pink #FDA8D7
Tints of Lavender Pink #FDA8D7
RGB
CMYK
RGB Variations
Color information
#FDA8D7 (or 0xFDA8D7) is known color: Lavender Pink. HEX triplet: FD, A8 and D7. RGB value is (253,168,215). Sum of RGB (Red+Green+Blue) = 253+168+215=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8D7 is #025728. Grayscale: #C6C6C6. Windows color (decimal): -153385 or 14133501. OLE color: 14133501.
HSL color Cylindrical-coordinate representation of color #FDA8D7: hue angle of 326.82º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8D7 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 215 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.01 |
| HSL | 326.82º | 0.96% | 0.83% | - |
| HSV(B) | 326.82º | 0.34% | 0.99% | - |
| XYZ | 66.78 | 53.79 | 71.15 | - |
| YUV | 198.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 215 | 0 | 0.34 | 0.15 | 0.01 | 326.82 | 0.96 | 0.83 |
| Hex | FD | A8 | D7 | 0 | 22 | F | 1 | 147 | 60 | 53 |
| Octal | 375 | 250 | 327 | 0 | 42 | 17 | 1 | 507 | 140 | 123 |
| Binary | 11111101 | 10101000 | 11010111 | 0 | 100010 | 1111 | 1 | 101000111 | 1100000 | 1010011 |
Color Harmonies of #FDA8D7
Complementary color
Monochromatic Colors of #FDA8D7
Black with #FDA8D7
Text Example
Text Example
White with #FDA8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8D7; }
p { color: rgb(253,168,215); }
H1.HeaderClassName
{
color: #FDA8D7;
}
.AnyTagClassName
{
color: #FDA8D7;
}
</style>
background-color css
<style>
a { background-color: #FDA8D7; }
a { background-color: rgb(253,168,215); }
div.DivClassName
{
background-color: #FDA8D7;
}
.BgClassName
{
background-color: #FDA8D7;
}
</style>
border-color css
<style>
span { border-color: #FDA8D7; }
span { border-color: rgb(253,168,215); }
td.TdClassName
{
border-color: #FDA8D7;
}
.TagClassName
{
border-color: #FDA8D7;
}
</style>