Shades of Light Pink #FEB7B8
Tints of Light Pink #FEB7B8
RGB
CMYK
RGB Variations
Color information
#FEB7B8 (or 0xFEB7B8) is known color: Light Pink. HEX triplet: FE, B7 and B8. RGB value is (254,183,184). Sum of RGB (Red+Green+Blue) = 254+183+184=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 184 (72.27% from 255 or 29.63% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7B8 is #014847. Grayscale: #CCCCCC. Windows color (decimal): -84040 or 12105726. OLE color: 12105726.
HSL color Cylindrical-coordinate representation of color #FEB7B8: hue angle of 359.15º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7B8 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 184 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.00 |
| HSL | 359.15º | 0.97% | 0.86% | - |
| HSV(B) | 359.15º | 0.28% | 1% | - |
| XYZ | 66.46 | 58.4 | 53.12 | - |
| YUV | 204.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 184 | 0 | 0.28 | 0.28 | 0.00 | 359.15 | 0.97 | 0.86 |
| Hex | FE | B7 | B8 | 0 | 1C | 1C | 0 | 167 | 61 | 56 |
| Octal | 376 | 267 | 270 | 0 | 34 | 34 | 0 | 547 | 141 | 126 |
| Binary | 11111110 | 10110111 | 10111000 | 0 | 11100 | 11100 | 0 | 101100111 | 1100001 | 1010110 |
Color Harmonies of #FEB7B8
Complementary color
Monochromatic Colors of #FEB7B8
Black with #FEB7B8
Text Example
Text Example
White with #FEB7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7B8; }
p { color: rgb(254,183,184); }
H1.HeaderClassName
{
color: #FEB7B8;
}
.AnyTagClassName
{
color: #FEB7B8;
}
</style>
background-color css
<style>
a { background-color: #FEB7B8; }
a { background-color: rgb(254,183,184); }
div.DivClassName
{
background-color: #FEB7B8;
}
.BgClassName
{
background-color: #FEB7B8;
}
</style>
border-color css
<style>
span { border-color: #FEB7B8; }
span { border-color: rgb(254,183,184); }
td.TdClassName
{
border-color: #FEB7B8;
}
.TagClassName
{
border-color: #FEB7B8;
}
</style>