Shades of Lavender Pink #FEB1D9
Tints of Lavender Pink #FEB1D9
RGB
CMYK
RGB Variations
Color information
#FEB1D9 (or 0xFEB1D9) is known color: Lavender Pink. HEX triplet: FE, B1 and D9. RGB value is (254,177,217). Sum of RGB (Red+Green+Blue) = 254+177+217=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 177 (69.53% from 255 or 27.31% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1D9 is #014E26. Grayscale: #CCCCCC. Windows color (decimal): -85543 or 14266878. OLE color: 14266878.
HSL color Cylindrical-coordinate representation of color #FEB1D9: hue angle of 328.83º 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 #FEB1D9 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 217 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.00 |
| HSL | 328.83º | 0.97% | 0.85% | - |
| HSV(B) | 328.83º | 0.3% | 1% | - |
| XYZ | 69.12 | 57.52 | 73.11 | - |
| YUV | 204.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 217 | 0 | 0.30 | 0.15 | 0.00 | 328.83 | 0.97 | 0.85 |
| Hex | FE | B1 | D9 | 0 | 1E | F | 0 | 149 | 61 | 55 |
| Octal | 376 | 261 | 331 | 0 | 36 | 17 | 0 | 511 | 141 | 125 |
| Binary | 11111110 | 10110001 | 11011001 | 0 | 11110 | 1111 | 0 | 101001001 | 1100001 | 1010101 |
Color Harmonies of #FEB1D9
Complementary color
Monochromatic Colors of #FEB1D9
Black with #FEB1D9
Text Example
Text Example
White with #FEB1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1D9; }
p { color: rgb(254,177,217); }
H1.HeaderClassName
{
color: #FEB1D9;
}
.AnyTagClassName
{
color: #FEB1D9;
}
</style>
background-color css
<style>
a { background-color: #FEB1D9; }
a { background-color: rgb(254,177,217); }
div.DivClassName
{
background-color: #FEB1D9;
}
.BgClassName
{
background-color: #FEB1D9;
}
</style>
border-color css
<style>
span { border-color: #FEB1D9; }
span { border-color: rgb(254,177,217); }
td.TdClassName
{
border-color: #FEB1D9;
}
.TagClassName
{
border-color: #FEB1D9;
}
</style>