Shades of Lavender Pink #FDB1D9
Tints of Lavender Pink #FDB1D9
RGB
CMYK
RGB Variations
Color information
#FDB1D9 (or 0xFDB1D9) is known color: Lavender Pink. HEX triplet: FD, B1 and D9. RGB value is (253,177,217). Sum of RGB (Red+Green+Blue) = 253+177+217=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 177 (69.53% from 255 or 27.36% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1D9 is #024E26. Grayscale: #CCCCCC. Windows color (decimal): -151079 or 14266877. OLE color: 14266877.
HSL color Cylindrical-coordinate representation of color #FDB1D9: hue angle of 328.42º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB1D9 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 217 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.01 |
| HSL | 328.42º | 0.95% | 0.84% | - |
| HSV(B) | 328.42º | 0.3% | 0.99% | - |
| XYZ | 68.75 | 57.34 | 73.09 | - |
| YUV | 204.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 217 | 0 | 0.30 | 0.14 | 0.01 | 328.42 | 0.95 | 0.84 |
| Hex | FD | B1 | D9 | 0 | 1E | E | 1 | 148 | 5F | 54 |
| Octal | 375 | 261 | 331 | 0 | 36 | 16 | 1 | 510 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11011001 | 0 | 11110 | 1110 | 1 | 101001000 | 1011111 | 1010100 |
Color Harmonies of #FDB1D9
Complementary color
Monochromatic Colors of #FDB1D9
Black with #FDB1D9
Text Example
Text Example
White with #FDB1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1D9; }
p { color: rgb(253,177,217); }
H1.HeaderClassName
{
color: #FDB1D9;
}
.AnyTagClassName
{
color: #FDB1D9;
}
</style>
background-color css
<style>
a { background-color: #FDB1D9; }
a { background-color: rgb(253,177,217); }
div.DivClassName
{
background-color: #FDB1D9;
}
.BgClassName
{
background-color: #FDB1D9;
}
</style>
border-color css
<style>
span { border-color: #FDB1D9; }
span { border-color: rgb(253,177,217); }
td.TdClassName
{
border-color: #FDB1D9;
}
.TagClassName
{
border-color: #FDB1D9;
}
</style>