Shades of Lavender Pink #FEB0D1
Tints of Lavender Pink #FEB0D1
RGB
CMYK
RGB Variations
Color information
#FEB0D1 (or 0xFEB0D1) is known color: Lavender Pink. HEX triplet: FE, B0 and D1. RGB value is (254,176,209). Sum of RGB (Red+Green+Blue) = 254+176+209=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0D1 is #014F2E. Grayscale: #CBCBCB. Windows color (decimal): -85807 or 13742334. OLE color: 13742334.
HSL color Cylindrical-coordinate representation of color #FEB0D1: hue angle of 334.62º 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 #FEB0D1 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 209 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.00 |
| HSL | 334.62º | 0.98% | 0.84% | - |
| HSV(B) | 334.62º | 0.31% | 1% | - |
| XYZ | 67.91 | 56.72 | 67.69 | - |
| YUV | 203.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 209 | 0 | 0.31 | 0.18 | 0.00 | 334.62 | 0.98 | 0.84 |
| Hex | FE | B0 | D1 | 0 | 1F | 12 | 0 | 14F | 62 | 54 |
| Octal | 376 | 260 | 321 | 0 | 37 | 22 | 0 | 517 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11010001 | 0 | 11111 | 10010 | 0 | 101001111 | 1100010 | 1010100 |
Color Harmonies of #FEB0D1
Complementary color
Monochromatic Colors of #FEB0D1
Black with #FEB0D1
Text Example
Text Example
White with #FEB0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0D1; }
p { color: rgb(254,176,209); }
H1.HeaderClassName
{
color: #FEB0D1;
}
.AnyTagClassName
{
color: #FEB0D1;
}
</style>
background-color css
<style>
a { background-color: #FEB0D1; }
a { background-color: rgb(254,176,209); }
div.DivClassName
{
background-color: #FEB0D1;
}
.BgClassName
{
background-color: #FEB0D1;
}
</style>
border-color css
<style>
span { border-color: #FEB0D1; }
span { border-color: rgb(254,176,209); }
td.TdClassName
{
border-color: #FEB0D1;
}
.TagClassName
{
border-color: #FEB0D1;
}
</style>