Shades of Lavender Pink #FDB1DB
Tints of Lavender Pink #FDB1DB
RGB
CMYK
RGB Variations
Color information
#FDB1DB (or 0xFDB1DB) is known color: Lavender Pink. HEX triplet: FD, B1 and DB. RGB value is (253,177,219). Sum of RGB (Red+Green+Blue) = 253+177+219=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1DB is #024E24. Grayscale: #CCCCCC. Windows color (decimal): -151077 or 14397949. OLE color: 14397949.
HSL color Cylindrical-coordinate representation of color #FDB1DB: hue angle of 326.84º 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 #FDB1DB is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 219 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.01 |
| HSL | 326.84º | 0.95% | 0.84% | - |
| HSV(B) | 326.84º | 0.3% | 0.99% | - |
| XYZ | 69.02 | 57.44 | 74.47 | - |
| YUV | 204.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 219 | 0 | 0.30 | 0.13 | 0.01 | 326.84 | 0.95 | 0.84 |
| Hex | FD | B1 | DB | 0 | 1E | D | 1 | 147 | 5F | 54 |
| Octal | 375 | 261 | 333 | 0 | 36 | 15 | 1 | 507 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11011011 | 0 | 11110 | 1101 | 1 | 101000111 | 1011111 | 1010100 |
Color Harmonies of #FDB1DB
Complementary color
Monochromatic Colors of #FDB1DB
Black with #FDB1DB
Text Example
Text Example
White with #FDB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1DB; }
p { color: rgb(253,177,219); }
H1.HeaderClassName
{
color: #FDB1DB;
}
.AnyTagClassName
{
color: #FDB1DB;
}
</style>
background-color css
<style>
a { background-color: #FDB1DB; }
a { background-color: rgb(253,177,219); }
div.DivClassName
{
background-color: #FDB1DB;
}
.BgClassName
{
background-color: #FDB1DB;
}
</style>
border-color css
<style>
span { border-color: #FDB1DB; }
span { border-color: rgb(253,177,219); }
td.TdClassName
{
border-color: #FDB1DB;
}
.TagClassName
{
border-color: #FDB1DB;
}
</style>