Shades of Lavender Pink #FDA8D9
Tints of Lavender Pink #FDA8D9
RGB
CMYK
RGB Variations
Color information
#FDA8D9 (or 0xFDA8D9) is known color: Lavender Pink. HEX triplet: FD, A8 and D9. RGB value is (253,168,217). Sum of RGB (Red+Green+Blue) = 253+168+217=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8D9 is #025726. Grayscale: #C6C6C6. Windows color (decimal): -153383 or 14264573. OLE color: 14264573.
HSL color Cylindrical-coordinate representation of color #FDA8D9: hue angle of 325.41º 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 #FDA8D9 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 168 | 217 | - |
CMYK | 0 | 0.34 | 0.14 | 0.01 |
HSL | 325.41º | 0.96% | 0.83% | - |
HSV(B) | 325.41º | 0.34% | 0.99% | - |
XYZ | 67.04 | 53.9 | 72.52 | - |
YUV | 199 | 138.16 | 166.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 168 | 217 | 0 | 0.34 | 0.14 | 0.01 | 325.41 | 0.96 | 0.83 |
Hex | FD | A8 | D9 | 0 | 22 | E | 1 | 145 | 60 | 53 |
Octal | 375 | 250 | 331 | 0 | 42 | 16 | 1 | 505 | 140 | 123 |
Binary | 11111101 | 10101000 | 11011001 | 0 | 100010 | 1110 | 1 | 101000101 | 1100000 | 1010011 |
Color Harmonies of #FDA8D9
Complementary color
Monochromatic Colors of #FDA8D9
Black with #FDA8D9
Text Example
Text Example
White with #FDA8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8D9; }
p { color: rgb(253,168,217); }
H1.HeaderClassName
{
color: #FDA8D9;
}
.AnyTagClassName
{
color: #FDA8D9;
}
</style>
background-color css
<style>
a { background-color: #FDA8D9; }
a { background-color: rgb(253,168,217); }
div.DivClassName
{
background-color: #FDA8D9;
}
.BgClassName
{
background-color: #FDA8D9;
}
</style>
border-color css
<style>
span { border-color: #FDA8D9; }
span { border-color: rgb(253,168,217); }
td.TdClassName
{
border-color: #FDA8D9;
}
.TagClassName
{
border-color: #FDA8D9;
}
</style>