Shades of Lavender Pink #FEB0CE
Tints of Lavender Pink #FEB0CE
RGB
CMYK
RGB Variations
Color information
#FEB0CE (or 0xFEB0CE) is known color: Lavender Pink. HEX triplet: FE, B0 and CE. RGB value is (254,176,206). Sum of RGB (Red+Green+Blue) = 254+176+206=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0CE is #014F31. Grayscale: #CACACA. Windows color (decimal): -85810 or 13545726. OLE color: 13545726.
HSL color Cylindrical-coordinate representation of color #FEB0CE: hue angle of 336.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 #FEB0CE is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 206 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.00 |
| HSL | 336.92º | 0.98% | 0.84% | - |
| HSV(B) | 336.92º | 0.31% | 1% | - |
| XYZ | 67.54 | 56.58 | 65.75 | - |
| YUV | 202.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 206 | 0 | 0.31 | 0.19 | 0.00 | 336.92 | 0.98 | 0.84 |
| Hex | FE | B0 | CE | 0 | 1F | 13 | 0 | 151 | 62 | 54 |
| Octal | 376 | 260 | 316 | 0 | 37 | 23 | 0 | 521 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11001110 | 0 | 11111 | 10011 | 0 | 101010001 | 1100010 | 1010100 |
Color Harmonies of #FEB0CE
Complementary color
Monochromatic Colors of #FEB0CE
Black with #FEB0CE
Text Example
Text Example
White with #FEB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0CE; }
p { color: rgb(254,176,206); }
H1.HeaderClassName
{
color: #FEB0CE;
}
.AnyTagClassName
{
color: #FEB0CE;
}
</style>
background-color css
<style>
a { background-color: #FEB0CE; }
a { background-color: rgb(254,176,206); }
div.DivClassName
{
background-color: #FEB0CE;
}
.BgClassName
{
background-color: #FEB0CE;
}
</style>
border-color css
<style>
span { border-color: #FEB0CE; }
span { border-color: rgb(254,176,206); }
td.TdClassName
{
border-color: #FEB0CE;
}
.TagClassName
{
border-color: #FEB0CE;
}
</style>