Shades of Light Pink #FEB0BD
Tints of Light Pink #FEB0BD
RGB
CMYK
RGB Variations
Color information
#FEB0BD (or 0xFEB0BD) is known color: Light Pink. HEX triplet: FE, B0 and BD. RGB value is (254,176,189). Sum of RGB (Red+Green+Blue) = 254+176+189=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0BD is #014F42. Grayscale: #C8C8C8. Windows color (decimal): -85827 or 12431614. OLE color: 12431614.
HSL color Cylindrical-coordinate representation of color #FEB0BD: hue angle of 350º 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 #FEB0BD is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 189 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.00 |
| HSL | 350º | 0.98% | 0.84% | - |
| HSV(B) | 350º | 0.31% | 1% | - |
| XYZ | 65.58 | 55.8 | 55.46 | - |
| YUV | 200.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 189 | 0 | 0.31 | 0.26 | 0.00 | 350 | 0.98 | 0.84 |
| Hex | FE | B0 | BD | 0 | 1F | 1A | 0 | 15E | 62 | 54 |
| Octal | 376 | 260 | 275 | 0 | 37 | 32 | 0 | 536 | 142 | 124 |
| Binary | 11111110 | 10110000 | 10111101 | 0 | 11111 | 11010 | 0 | 101011110 | 1100010 | 1010100 |
Color Harmonies of #FEB0BD
Complementary color
Monochromatic Colors of #FEB0BD
Black with #FEB0BD
Text Example
Text Example
White with #FEB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0BD; }
p { color: rgb(254,176,189); }
H1.HeaderClassName
{
color: #FEB0BD;
}
.AnyTagClassName
{
color: #FEB0BD;
}
</style>
background-color css
<style>
a { background-color: #FEB0BD; }
a { background-color: rgb(254,176,189); }
div.DivClassName
{
background-color: #FEB0BD;
}
.BgClassName
{
background-color: #FEB0BD;
}
</style>
border-color css
<style>
span { border-color: #FEB0BD; }
span { border-color: rgb(254,176,189); }
td.TdClassName
{
border-color: #FEB0BD;
}
.TagClassName
{
border-color: #FEB0BD;
}
</style>