Shades of Light Pink #FEB8BA
Tints of Light Pink #FEB8BA
RGB
CMYK
RGB Variations
Color information
#FEB8BA (or 0xFEB8BA) is known color: Light Pink. HEX triplet: FE, B8 and BA. RGB value is (254,184,186). Sum of RGB (Red+Green+Blue) = 254+184+186=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8BA is #014745. Grayscale: #CDCDCD. Windows color (decimal): -83782 or 12237054. OLE color: 12237054.
HSL color Cylindrical-coordinate representation of color #FEB8BA: hue angle of 358.29º 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 #FEB8BA is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 186 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.00 |
| HSL | 358.29º | 0.97% | 0.86% | - |
| HSV(B) | 358.29º | 0.28% | 1% | - |
| XYZ | 66.88 | 58.9 | 54.3 | - |
| YUV | 205.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 186 | 0 | 0.28 | 0.27 | 0.00 | 358.29 | 0.97 | 0.86 |
| Hex | FE | B8 | BA | 0 | 1C | 1B | 0 | 166 | 61 | 56 |
| Octal | 376 | 270 | 272 | 0 | 34 | 33 | 0 | 546 | 141 | 126 |
| Binary | 11111110 | 10111000 | 10111010 | 0 | 11100 | 11011 | 0 | 101100110 | 1100001 | 1010110 |
Color Harmonies of #FEB8BA
Complementary color
Monochromatic Colors of #FEB8BA
Black with #FEB8BA
Text Example
Text Example
White with #FEB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8BA; }
p { color: rgb(254,184,186); }
H1.HeaderClassName
{
color: #FEB8BA;
}
.AnyTagClassName
{
color: #FEB8BA;
}
</style>
background-color css
<style>
a { background-color: #FEB8BA; }
a { background-color: rgb(254,184,186); }
div.DivClassName
{
background-color: #FEB8BA;
}
.BgClassName
{
background-color: #FEB8BA;
}
</style>
border-color css
<style>
span { border-color: #FEB8BA; }
span { border-color: rgb(254,184,186); }
td.TdClassName
{
border-color: #FEB8BA;
}
.TagClassName
{
border-color: #FEB8BA;
}
</style>