Shades of Lavender Pink #FEB1DB
Tints of Lavender Pink #FEB1DB
RGB
CMYK
RGB Variations
Color information
#FEB1DB (or 0xFEB1DB) is known color: Lavender Pink. HEX triplet: FE, B1 and DB. RGB value is (254,177,219). Sum of RGB (Red+Green+Blue) = 254+177+219=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 177 (69.53% from 255 or 27.23% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1DB is #014E24. Grayscale: #CCCCCC. Windows color (decimal): -85541 or 14397950. OLE color: 14397950.
HSL color Cylindrical-coordinate representation of color #FEB1DB: hue angle of 327.27º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB1DB is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 219 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.00 |
| HSL | 327.27º | 0.97% | 0.85% | - |
| HSV(B) | 327.27º | 0.3% | 1% | - |
| XYZ | 69.38 | 57.63 | 74.48 | - |
| YUV | 204.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 219 | 0 | 0.30 | 0.14 | 0.00 | 327.27 | 0.97 | 0.85 |
| Hex | FE | B1 | DB | 0 | 1E | E | 0 | 147 | 61 | 55 |
| Octal | 376 | 261 | 333 | 0 | 36 | 16 | 0 | 507 | 141 | 125 |
| Binary | 11111110 | 10110001 | 11011011 | 0 | 11110 | 1110 | 0 | 101000111 | 1100001 | 1010101 |
Color Harmonies of #FEB1DB
Complementary color
Monochromatic Colors of #FEB1DB
Black with #FEB1DB
Text Example
Text Example
White with #FEB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1DB; }
p { color: rgb(254,177,219); }
H1.HeaderClassName
{
color: #FEB1DB;
}
.AnyTagClassName
{
color: #FEB1DB;
}
</style>
background-color css
<style>
a { background-color: #FEB1DB; }
a { background-color: rgb(254,177,219); }
div.DivClassName
{
background-color: #FEB1DB;
}
.BgClassName
{
background-color: #FEB1DB;
}
</style>
border-color css
<style>
span { border-color: #FEB1DB; }
span { border-color: rgb(254,177,219); }
td.TdClassName
{
border-color: #FEB1DB;
}
.TagClassName
{
border-color: #FEB1DB;
}
</style>