Shades of Light Pink #FEB7BA
Tints of Light Pink #FEB7BA
RGB
CMYK
RGB Variations
Color information
#FEB7BA (or 0xFEB7BA) is known color: Light Pink. HEX triplet: FE, B7 and BA. RGB value is (254,183,186). Sum of RGB (Red+Green+Blue) = 254+183+186=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7BA is #014845. Grayscale: #CCCCCC. Windows color (decimal): -84038 or 12236798. OLE color: 12236798.
HSL color Cylindrical-coordinate representation of color #FEB7BA: hue angle of 357.46º 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 #FEB7BA is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 186 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.00 |
| HSL | 357.46º | 0.97% | 0.86% | - |
| HSV(B) | 357.46º | 0.28% | 1% | - |
| XYZ | 66.67 | 58.48 | 54.23 | - |
| YUV | 204.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 186 | 0 | 0.28 | 0.27 | 0.00 | 357.46 | 0.97 | 0.86 |
| Hex | FE | B7 | BA | 0 | 1C | 1B | 0 | 165 | 61 | 56 |
| Octal | 376 | 267 | 272 | 0 | 34 | 33 | 0 | 545 | 141 | 126 |
| Binary | 11111110 | 10110111 | 10111010 | 0 | 11100 | 11011 | 0 | 101100101 | 1100001 | 1010110 |
Color Harmonies of #FEB7BA
Complementary color
Monochromatic Colors of #FEB7BA
Black with #FEB7BA
Text Example
Text Example
White with #FEB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7BA; }
p { color: rgb(254,183,186); }
H1.HeaderClassName
{
color: #FEB7BA;
}
.AnyTagClassName
{
color: #FEB7BA;
}
</style>
background-color css
<style>
a { background-color: #FEB7BA; }
a { background-color: rgb(254,183,186); }
div.DivClassName
{
background-color: #FEB7BA;
}
.BgClassName
{
background-color: #FEB7BA;
}
</style>
border-color css
<style>
span { border-color: #FEB7BA; }
span { border-color: rgb(254,183,186); }
td.TdClassName
{
border-color: #FEB7BA;
}
.TagClassName
{
border-color: #FEB7BA;
}
</style>