Shades of Lavender Pink #FEB0DB
Tints of Lavender Pink #FEB0DB
RGB
CMYK
RGB Variations
Color information
#FEB0DB (or 0xFEB0DB) is known color: Lavender Pink. HEX triplet: FE, B0 and DB. RGB value is (254,176,219). Sum of RGB (Red+Green+Blue) = 254+176+219=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0DB is #014F24. Grayscale: #CCCCCC. Windows color (decimal): -85797 or 14397694. OLE color: 14397694.
HSL color Cylindrical-coordinate representation of color #FEB0DB: hue angle of 326.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0DB is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 219 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.00 |
| HSL | 326.92º | 0.98% | 0.84% | - |
| HSV(B) | 326.92º | 0.31% | 1% | - |
| XYZ | 69.18 | 57.24 | 74.42 | - |
| YUV | 204.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 219 | 0 | 0.31 | 0.14 | 0.00 | 326.92 | 0.98 | 0.84 |
| Hex | FE | B0 | DB | 0 | 1F | E | 0 | 147 | 62 | 54 |
| Octal | 376 | 260 | 333 | 0 | 37 | 16 | 0 | 507 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11011011 | 0 | 11111 | 1110 | 0 | 101000111 | 1100010 | 1010100 |
Color Harmonies of #FEB0DB
Complementary color
Monochromatic Colors of #FEB0DB
Black with #FEB0DB
Text Example
Text Example
White with #FEB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0DB; }
p { color: rgb(254,176,219); }
H1.HeaderClassName
{
color: #FEB0DB;
}
.AnyTagClassName
{
color: #FEB0DB;
}
</style>
background-color css
<style>
a { background-color: #FEB0DB; }
a { background-color: rgb(254,176,219); }
div.DivClassName
{
background-color: #FEB0DB;
}
.BgClassName
{
background-color: #FEB0DB;
}
</style>
border-color css
<style>
span { border-color: #FEB0DB; }
span { border-color: rgb(254,176,219); }
td.TdClassName
{
border-color: #FEB0DB;
}
.TagClassName
{
border-color: #FEB0DB;
}
</style>