Shades of Lavender Pink #FDB0DB
Tints of Lavender Pink #FDB0DB
RGB
CMYK
RGB Variations
Color information
#FDB0DB (or 0xFDB0DB) is known color: Lavender Pink. HEX triplet: FD, B0 and DB. RGB value is (253,176,219). Sum of RGB (Red+Green+Blue) = 253+176+219=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0DB is #024F24. Grayscale: #CBCBCB. Windows color (decimal): -151333 or 14397693. OLE color: 14397693.
HSL color Cylindrical-coordinate representation of color #FDB0DB: hue angle of 326.49º 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 #FDB0DB is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 219 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.01 |
| HSL | 326.49º | 0.95% | 0.84% | - |
| HSV(B) | 326.49º | 0.3% | 0.99% | - |
| XYZ | 68.82 | 57.05 | 74.4 | - |
| YUV | 203.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 219 | 0 | 0.30 | 0.13 | 0.01 | 326.49 | 0.95 | 0.84 |
| Hex | FD | B0 | DB | 0 | 1E | D | 1 | 146 | 5F | 54 |
| Octal | 375 | 260 | 333 | 0 | 36 | 15 | 1 | 506 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11011011 | 0 | 11110 | 1101 | 1 | 101000110 | 1011111 | 1010100 |
Color Harmonies of #FDB0DB
Complementary color
Monochromatic Colors of #FDB0DB
Black with #FDB0DB
Text Example
Text Example
White with #FDB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0DB; }
p { color: rgb(253,176,219); }
H1.HeaderClassName
{
color: #FDB0DB;
}
.AnyTagClassName
{
color: #FDB0DB;
}
</style>
background-color css
<style>
a { background-color: #FDB0DB; }
a { background-color: rgb(253,176,219); }
div.DivClassName
{
background-color: #FDB0DB;
}
.BgClassName
{
background-color: #FDB0DB;
}
</style>
border-color css
<style>
span { border-color: #FDB0DB; }
span { border-color: rgb(253,176,219); }
td.TdClassName
{
border-color: #FDB0DB;
}
.TagClassName
{
border-color: #FDB0DB;
}
</style>