Shades of Light Pink #FEB0B1
Tints of Light Pink #FEB0B1
RGB
CMYK
RGB Variations
Color information
#FEB0B1 (or 0xFEB0B1) is known color: Light Pink. HEX triplet: FE, B0 and B1. RGB value is (254,176,177). Sum of RGB (Red+Green+Blue) = 254+176+177=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0B1 is #014F4E. Grayscale: #C7C7C7. Windows color (decimal): -85839 or 11645182. OLE color: 11645182.
HSL color Cylindrical-coordinate representation of color #FEB0B1: hue angle of 359.23º 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 #FEB0B1 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 177 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.00 |
| HSL | 359.23º | 0.98% | 0.84% | - |
| HSV(B) | 359.23º | 0.31% | 1% | - |
| XYZ | 64.33 | 55.3 | 48.88 | - |
| YUV | 199.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 177 | 0 | 0.31 | 0.30 | 0.00 | 359.23 | 0.98 | 0.84 |
| Hex | FE | B0 | B1 | 0 | 1F | 1E | 0 | 167 | 62 | 54 |
| Octal | 376 | 260 | 261 | 0 | 37 | 36 | 0 | 547 | 142 | 124 |
| Binary | 11111110 | 10110000 | 10110001 | 0 | 11111 | 11110 | 0 | 101100111 | 1100010 | 1010100 |
Color Harmonies of #FEB0B1
Complementary color
Monochromatic Colors of #FEB0B1
Black with #FEB0B1
Text Example
Text Example
White with #FEB0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0B1; }
p { color: rgb(254,176,177); }
H1.HeaderClassName
{
color: #FEB0B1;
}
.AnyTagClassName
{
color: #FEB0B1;
}
</style>
background-color css
<style>
a { background-color: #FEB0B1; }
a { background-color: rgb(254,176,177); }
div.DivClassName
{
background-color: #FEB0B1;
}
.BgClassName
{
background-color: #FEB0B1;
}
</style>
border-color css
<style>
span { border-color: #FEB0B1; }
span { border-color: rgb(254,176,177); }
td.TdClassName
{
border-color: #FEB0B1;
}
.TagClassName
{
border-color: #FEB0B1;
}
</style>