Shades of Light Pink #FEB0BB
Tints of Light Pink #FEB0BB
RGB
CMYK
RGB Variations
Color information
#FEB0BB (or 0xFEB0BB) is known color: Light Pink. HEX triplet: FE, B0 and BB. RGB value is (254,176,187). Sum of RGB (Red+Green+Blue) = 254+176+187=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0BB is #014F44. Grayscale: #C8C8C8. Windows color (decimal): -85829 or 12300542. OLE color: 12300542.
HSL color Cylindrical-coordinate representation of color #FEB0BB: hue angle of 351.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 #FEB0BB is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 187 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.00 |
| HSL | 351.54º | 0.98% | 0.84% | - |
| HSV(B) | 351.54º | 0.31% | 1% | - |
| XYZ | 65.37 | 55.71 | 54.32 | - |
| YUV | 200.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 187 | 0 | 0.31 | 0.26 | 0.00 | 351.54 | 0.98 | 0.84 |
| Hex | FE | B0 | BB | 0 | 1F | 1A | 0 | 160 | 62 | 54 |
| Octal | 376 | 260 | 273 | 0 | 37 | 32 | 0 | 540 | 142 | 124 |
| Binary | 11111110 | 10110000 | 10111011 | 0 | 11111 | 11010 | 0 | 101100000 | 1100010 | 1010100 |
Color Harmonies of #FEB0BB
Complementary color
Monochromatic Colors of #FEB0BB
Black with #FEB0BB
Text Example
Text Example
White with #FEB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0BB; }
p { color: rgb(254,176,187); }
H1.HeaderClassName
{
color: #FEB0BB;
}
.AnyTagClassName
{
color: #FEB0BB;
}
</style>
background-color css
<style>
a { background-color: #FEB0BB; }
a { background-color: rgb(254,176,187); }
div.DivClassName
{
background-color: #FEB0BB;
}
.BgClassName
{
background-color: #FEB0BB;
}
</style>
border-color css
<style>
span { border-color: #FEB0BB; }
span { border-color: rgb(254,176,187); }
td.TdClassName
{
border-color: #FEB0BB;
}
.TagClassName
{
border-color: #FEB0BB;
}
</style>