Shades of Lavender Pink #FDA1D4
Tints of Lavender Pink #FDA1D4
RGB
CMYK
RGB Variations
Color information
#FDA1D4 (or 0xFDA1D4) is known color: Lavender Pink. HEX triplet: FD, A1 and D4. RGB value is (253,161,212). Sum of RGB (Red+Green+Blue) = 253+161+212=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 161 (63.28% from 255 or 25.72% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1D4 is #025E2B. Grayscale: #C2C2C2. Windows color (decimal): -155180 or 13935101. OLE color: 13935101.
HSL color Cylindrical-coordinate representation of color #FDA1D4: hue angle of 326.74º 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 #FDA1D4 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 212 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.01 |
| HSL | 326.74º | 0.96% | 0.81% | - |
| HSV(B) | 326.74º | 0.36% | 0.99% | - |
| XYZ | 65.14 | 51.13 | 68.72 | - |
| YUV | 194.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 212 | 0 | 0.36 | 0.16 | 0.01 | 326.74 | 0.96 | 0.81 |
| Hex | FD | A1 | D4 | 0 | 24 | 10 | 1 | 147 | 60 | 51 |
| Octal | 375 | 241 | 324 | 0 | 44 | 20 | 1 | 507 | 140 | 121 |
| Binary | 11111101 | 10100001 | 11010100 | 0 | 100100 | 10000 | 1 | 101000111 | 1100000 | 1010001 |
Color Harmonies of #FDA1D4
Complementary color
Monochromatic Colors of #FDA1D4
Black with #FDA1D4
Text Example
Text Example
White with #FDA1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1D4; }
p { color: rgb(253,161,212); }
H1.HeaderClassName
{
color: #FDA1D4;
}
.AnyTagClassName
{
color: #FDA1D4;
}
</style>
background-color css
<style>
a { background-color: #FDA1D4; }
a { background-color: rgb(253,161,212); }
div.DivClassName
{
background-color: #FDA1D4;
}
.BgClassName
{
background-color: #FDA1D4;
}
</style>
border-color css
<style>
span { border-color: #FDA1D4; }
span { border-color: rgb(253,161,212); }
td.TdClassName
{
border-color: #FDA1D4;
}
.TagClassName
{
border-color: #FDA1D4;
}
</style>