Shades of Light Pink #FEB0B7
Tints of Light Pink #FEB0B7
RGB
CMYK
RGB Variations
Color information
#FEB0B7 (or 0xFEB0B7) is known color: Light Pink. HEX triplet: FE, B0 and B7. RGB value is (254,176,183). Sum of RGB (Red+Green+Blue) = 254+176+183=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0B7 is #014F48. Grayscale: #C8C8C8. Windows color (decimal): -85833 or 12038398. OLE color: 12038398.
HSL color Cylindrical-coordinate representation of color #FEB0B7: hue angle of 354.62º 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 #FEB0B7 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 183 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.00 |
| HSL | 354.62º | 0.98% | 0.84% | - |
| HSV(B) | 354.62º | 0.31% | 1% | - |
| XYZ | 64.95 | 55.54 | 52.1 | - |
| YUV | 200.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 183 | 0 | 0.31 | 0.28 | 0.00 | 354.62 | 0.98 | 0.84 |
| Hex | FE | B0 | B7 | 0 | 1F | 1C | 0 | 163 | 62 | 54 |
| Octal | 376 | 260 | 267 | 0 | 37 | 34 | 0 | 543 | 142 | 124 |
| Binary | 11111110 | 10110000 | 10110111 | 0 | 11111 | 11100 | 0 | 101100011 | 1100010 | 1010100 |
Color Harmonies of #FEB0B7
Complementary color
Monochromatic Colors of #FEB0B7
Black with #FEB0B7
Text Example
Text Example
White with #FEB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0B7; }
p { color: rgb(254,176,183); }
H1.HeaderClassName
{
color: #FEB0B7;
}
.AnyTagClassName
{
color: #FEB0B7;
}
</style>
background-color css
<style>
a { background-color: #FEB0B7; }
a { background-color: rgb(254,176,183); }
div.DivClassName
{
background-color: #FEB0B7;
}
.BgClassName
{
background-color: #FEB0B7;
}
</style>
border-color css
<style>
span { border-color: #FEB0B7; }
span { border-color: rgb(254,176,183); }
td.TdClassName
{
border-color: #FEB0B7;
}
.TagClassName
{
border-color: #FEB0B7;
}
</style>