Shades of Lavender Pink #FDB0D1
Tints of Lavender Pink #FDB0D1
RGB
CMYK
RGB Variations
Color information
#FDB0D1 (or 0xFDB0D1) is known color: Lavender Pink. HEX triplet: FD, B0 and D1. RGB value is (253,176,209). Sum of RGB (Red+Green+Blue) = 253+176+209=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0D1 is #024F2E. Grayscale: #CACACA. Windows color (decimal): -151343 or 13742333. OLE color: 13742333.
HSL color Cylindrical-coordinate representation of color #FDB0D1: hue angle of 334.29º 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 #FDB0D1 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 209 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.01 |
| HSL | 334.29º | 0.95% | 0.84% | - |
| HSV(B) | 334.29º | 0.3% | 0.99% | - |
| XYZ | 67.54 | 56.54 | 67.67 | - |
| YUV | 202.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 209 | 0 | 0.30 | 0.17 | 0.01 | 334.29 | 0.95 | 0.84 |
| Hex | FD | B0 | D1 | 0 | 1E | 11 | 1 | 14E | 5F | 54 |
| Octal | 375 | 260 | 321 | 0 | 36 | 21 | 1 | 516 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11010001 | 0 | 11110 | 10001 | 1 | 101001110 | 1011111 | 1010100 |
Color Harmonies of #FDB0D1
Complementary color
Monochromatic Colors of #FDB0D1
Black with #FDB0D1
Text Example
Text Example
White with #FDB0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0D1; }
p { color: rgb(253,176,209); }
H1.HeaderClassName
{
color: #FDB0D1;
}
.AnyTagClassName
{
color: #FDB0D1;
}
</style>
background-color css
<style>
a { background-color: #FDB0D1; }
a { background-color: rgb(253,176,209); }
div.DivClassName
{
background-color: #FDB0D1;
}
.BgClassName
{
background-color: #FDB0D1;
}
</style>
border-color css
<style>
span { border-color: #FDB0D1; }
span { border-color: rgb(253,176,209); }
td.TdClassName
{
border-color: #FDB0D1;
}
.TagClassName
{
border-color: #FDB0D1;
}
</style>