Shades of Light Pink #FEB3BA
Tints of Light Pink #FEB3BA
RGB
CMYK
RGB Variations
Color information
#FEB3BA (or 0xFEB3BA) is known color: Light Pink. HEX triplet: FE, B3 and BA. RGB value is (254,179,186). Sum of RGB (Red+Green+Blue) = 254+179+186=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3BA is #014C45. Grayscale: #CACACA. Windows color (decimal): -85062 or 12235774. OLE color: 12235774.
HSL color Cylindrical-coordinate representation of color #FEB3BA: hue angle of 354.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB3BA is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 186 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.00 |
| HSL | 354.4º | 0.97% | 0.85% | - |
| HSV(B) | 354.4º | 0.3% | 1% | - |
| XYZ | 65.86 | 56.86 | 53.96 | - |
| YUV | 202.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 186 | 0 | 0.30 | 0.27 | 0.00 | 354.4 | 0.97 | 0.85 |
| Hex | FE | B3 | BA | 0 | 1E | 1B | 0 | 162 | 61 | 55 |
| Octal | 376 | 263 | 272 | 0 | 36 | 33 | 0 | 542 | 141 | 125 |
| Binary | 11111110 | 10110011 | 10111010 | 0 | 11110 | 11011 | 0 | 101100010 | 1100001 | 1010101 |
Color Harmonies of #FEB3BA
Complementary color
Monochromatic Colors of #FEB3BA
Black with #FEB3BA
Text Example
Text Example
White with #FEB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3BA; }
p { color: rgb(254,179,186); }
H1.HeaderClassName
{
color: #FEB3BA;
}
.AnyTagClassName
{
color: #FEB3BA;
}
</style>
background-color css
<style>
a { background-color: #FEB3BA; }
a { background-color: rgb(254,179,186); }
div.DivClassName
{
background-color: #FEB3BA;
}
.BgClassName
{
background-color: #FEB3BA;
}
</style>
border-color css
<style>
span { border-color: #FEB3BA; }
span { border-color: rgb(254,179,186); }
td.TdClassName
{
border-color: #FEB3BA;
}
.TagClassName
{
border-color: #FEB3BA;
}
</style>