Shades of Lavender Pink #FEB1D7
Tints of Lavender Pink #FEB1D7
RGB
CMYK
RGB Variations
Color information
#FEB1D7 (or 0xFEB1D7) is known color: Lavender Pink. HEX triplet: FE, B1 and D7. RGB value is (254,177,215). Sum of RGB (Red+Green+Blue) = 254+177+215=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1D7 is #014E28. Grayscale: #CCCCCC. Windows color (decimal): -85545 or 14135806. OLE color: 14135806.
HSL color Cylindrical-coordinate representation of color #FEB1D7: hue angle of 330.39º 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 #FEB1D7 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 215 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.00 |
| HSL | 330.39º | 0.97% | 0.85% | - |
| HSV(B) | 330.39º | 0.3% | 1% | - |
| XYZ | 68.86 | 57.42 | 71.74 | - |
| YUV | 204.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 215 | 0 | 0.30 | 0.15 | 0.00 | 330.39 | 0.97 | 0.85 |
| Hex | FE | B1 | D7 | 0 | 1E | F | 0 | 14A | 61 | 55 |
| Octal | 376 | 261 | 327 | 0 | 36 | 17 | 0 | 512 | 141 | 125 |
| Binary | 11111110 | 10110001 | 11010111 | 0 | 11110 | 1111 | 0 | 101001010 | 1100001 | 1010101 |
Color Harmonies of #FEB1D7
Complementary color
Monochromatic Colors of #FEB1D7
Black with #FEB1D7
Text Example
Text Example
White with #FEB1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1D7; }
p { color: rgb(254,177,215); }
H1.HeaderClassName
{
color: #FEB1D7;
}
.AnyTagClassName
{
color: #FEB1D7;
}
</style>
background-color css
<style>
a { background-color: #FEB1D7; }
a { background-color: rgb(254,177,215); }
div.DivClassName
{
background-color: #FEB1D7;
}
.BgClassName
{
background-color: #FEB1D7;
}
</style>
border-color css
<style>
span { border-color: #FEB1D7; }
span { border-color: rgb(254,177,215); }
td.TdClassName
{
border-color: #FEB1D7;
}
.TagClassName
{
border-color: #FEB1D7;
}
</style>