Shades of Lavender Pink #FDA1D2
Tints of Lavender Pink #FDA1D2
RGB
CMYK
RGB Variations
Color information
#FDA1D2 (or 0xFDA1D2) is known color: Lavender Pink. HEX triplet: FD, A1 and D2. RGB value is (253,161,210). Sum of RGB (Red+Green+Blue) = 253+161+210=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1D2 is #025E2D. Grayscale: #C1C1C1. Windows color (decimal): -155182 or 13804029. OLE color: 13804029.
HSL color Cylindrical-coordinate representation of color #FDA1D2: hue angle of 328.04º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA1D2 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 210 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.01 |
| HSL | 328.04º | 0.96% | 0.81% | - |
| HSV(B) | 328.04º | 0.36% | 0.99% | - |
| XYZ | 64.89 | 51.03 | 67.4 | - |
| YUV | 194.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 210 | 0 | 0.36 | 0.17 | 0.01 | 328.04 | 0.96 | 0.81 |
| Hex | FD | A1 | D2 | 0 | 24 | 11 | 1 | 148 | 60 | 51 |
| Octal | 375 | 241 | 322 | 0 | 44 | 21 | 1 | 510 | 140 | 121 |
| Binary | 11111101 | 10100001 | 11010010 | 0 | 100100 | 10001 | 1 | 101001000 | 1100000 | 1010001 |
Color Harmonies of #FDA1D2
Complementary color
Monochromatic Colors of #FDA1D2
Black with #FDA1D2
Text Example
Text Example
White with #FDA1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1D2; }
p { color: rgb(253,161,210); }
H1.HeaderClassName
{
color: #FDA1D2;
}
.AnyTagClassName
{
color: #FDA1D2;
}
</style>
background-color css
<style>
a { background-color: #FDA1D2; }
a { background-color: rgb(253,161,210); }
div.DivClassName
{
background-color: #FDA1D2;
}
.BgClassName
{
background-color: #FDA1D2;
}
</style>
border-color css
<style>
span { border-color: #FDA1D2; }
span { border-color: rgb(253,161,210); }
td.TdClassName
{
border-color: #FDA1D2;
}
.TagClassName
{
border-color: #FDA1D2;
}
</style>