Shades of Lavender Pink #FEB0D5
Tints of Lavender Pink #FEB0D5
RGB
CMYK
RGB Variations
Color information
#FEB0D5 (or 0xFEB0D5) is known color: Lavender Pink. HEX triplet: FE, B0 and D5. RGB value is (254,176,213). Sum of RGB (Red+Green+Blue) = 254+176+213=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0D5 is #014F2A. Grayscale: #CBCBCB. Windows color (decimal): -85803 or 14004478. OLE color: 14004478.
HSL color Cylindrical-coordinate representation of color #FEB0D5: hue angle of 331.54º 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 #FEB0D5 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 213 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.00 |
| HSL | 331.54º | 0.98% | 0.84% | - |
| HSV(B) | 331.54º | 0.31% | 1% | - |
| XYZ | 68.41 | 56.93 | 70.33 | - |
| YUV | 203.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 213 | 0 | 0.31 | 0.16 | 0.00 | 331.54 | 0.98 | 0.84 |
| Hex | FE | B0 | D5 | 0 | 1F | 10 | 0 | 14C | 62 | 54 |
| Octal | 376 | 260 | 325 | 0 | 37 | 20 | 0 | 514 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11010101 | 0 | 11111 | 10000 | 0 | 101001100 | 1100010 | 1010100 |
Color Harmonies of #FEB0D5
Complementary color
Monochromatic Colors of #FEB0D5
Black with #FEB0D5
Text Example
Text Example
White with #FEB0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0D5; }
p { color: rgb(254,176,213); }
H1.HeaderClassName
{
color: #FEB0D5;
}
.AnyTagClassName
{
color: #FEB0D5;
}
</style>
background-color css
<style>
a { background-color: #FEB0D5; }
a { background-color: rgb(254,176,213); }
div.DivClassName
{
background-color: #FEB0D5;
}
.BgClassName
{
background-color: #FEB0D5;
}
</style>
border-color css
<style>
span { border-color: #FEB0D5; }
span { border-color: rgb(254,176,213); }
td.TdClassName
{
border-color: #FEB0D5;
}
.TagClassName
{
border-color: #FEB0D5;
}
</style>