Shades of Lavender Pink #FDA7D9
Tints of Lavender Pink #FDA7D9
RGB
CMYK
RGB Variations
Color information
#FDA7D9 (or 0xFDA7D9) is known color: Lavender Pink. HEX triplet: FD, A7 and D9. RGB value is (253,167,217). Sum of RGB (Red+Green+Blue) = 253+167+217=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 167 (65.62% from 255 or 26.22% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7D9 is #025826. Grayscale: #C6C6C6. Windows color (decimal): -153639 or 14264317. OLE color: 14264317.
HSL color Cylindrical-coordinate representation of color #FDA7D9: hue angle of 325.12º 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 #FDA7D9 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 167 | 217 | - |
CMYK | 0 | 0.34 | 0.14 | 0.01 |
HSL | 325.12º | 0.96% | 0.82% | - |
HSV(B) | 325.12º | 0.34% | 0.99% | - |
XYZ | 66.85 | 53.53 | 72.45 | - |
YUV | 198.41 | 138.49 | 166.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 167 | 217 | 0 | 0.34 | 0.14 | 0.01 | 325.12 | 0.96 | 0.82 |
Hex | FD | A7 | D9 | 0 | 22 | E | 1 | 145 | 60 | 52 |
Octal | 375 | 247 | 331 | 0 | 42 | 16 | 1 | 505 | 140 | 122 |
Binary | 11111101 | 10100111 | 11011001 | 0 | 100010 | 1110 | 1 | 101000101 | 1100000 | 1010010 |
Color Harmonies of #FDA7D9
Complementary color
Monochromatic Colors of #FDA7D9
Black with #FDA7D9
Text Example
Text Example
White with #FDA7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7D9; }
p { color: rgb(253,167,217); }
H1.HeaderClassName
{
color: #FDA7D9;
}
.AnyTagClassName
{
color: #FDA7D9;
}
</style>
background-color css
<style>
a { background-color: #FDA7D9; }
a { background-color: rgb(253,167,217); }
div.DivClassName
{
background-color: #FDA7D9;
}
.BgClassName
{
background-color: #FDA7D9;
}
</style>
border-color css
<style>
span { border-color: #FDA7D9; }
span { border-color: rgb(253,167,217); }
td.TdClassName
{
border-color: #FDA7D9;
}
.TagClassName
{
border-color: #FDA7D9;
}
</style>