Shades of Lavender Pink #FDA0D5
Tints of Lavender Pink #FDA0D5
RGB
CMYK
RGB Variations
Color information
#FDA0D5 (or 0xFDA0D5) is known color: Lavender Pink. HEX triplet: FD, A0 and D5. RGB value is (253,160,213). Sum of RGB (Red+Green+Blue) = 253+160+213=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0D5 is #025F2A. Grayscale: #C1C1C1. Windows color (decimal): -155435 or 14000381. OLE color: 14000381.
HSL color Cylindrical-coordinate representation of color #FDA0D5: hue angle of 325.81º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA0D5 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 213 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.01 |
| HSL | 325.81º | 0.96% | 0.81% | - |
| HSV(B) | 325.81º | 0.37% | 0.99% | - |
| XYZ | 65.09 | 50.83 | 69.33 | - |
| YUV | 193.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 213 | 0 | 0.37 | 0.16 | 0.01 | 325.81 | 0.96 | 0.81 |
| Hex | FD | A0 | D5 | 0 | 25 | 10 | 1 | 146 | 60 | 51 |
| Octal | 375 | 240 | 325 | 0 | 45 | 20 | 1 | 506 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11010101 | 0 | 100101 | 10000 | 1 | 101000110 | 1100000 | 1010001 |
Color Harmonies of #FDA0D5
Complementary color
Monochromatic Colors of #FDA0D5
Black with #FDA0D5
Text Example
Text Example
White with #FDA0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0D5; }
p { color: rgb(253,160,213); }
H1.HeaderClassName
{
color: #FDA0D5;
}
.AnyTagClassName
{
color: #FDA0D5;
}
</style>
background-color css
<style>
a { background-color: #FDA0D5; }
a { background-color: rgb(253,160,213); }
div.DivClassName
{
background-color: #FDA0D5;
}
.BgClassName
{
background-color: #FDA0D5;
}
</style>
border-color css
<style>
span { border-color: #FDA0D5; }
span { border-color: rgb(253,160,213); }
td.TdClassName
{
border-color: #FDA0D5;
}
.TagClassName
{
border-color: #FDA0D5;
}
</style>