Shades of Light Pink #FEB9BA
Tints of Light Pink #FEB9BA
RGB
CMYK
RGB Variations
Color information
#FEB9BA (or 0xFEB9BA) is known color: Light Pink. HEX triplet: FE, B9 and BA. RGB value is (254,185,186). Sum of RGB (Red+Green+Blue) = 254+185+186=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9BA is #014645. Grayscale: #CDCDCD. Windows color (decimal): -83526 or 12237310. OLE color: 12237310.
HSL color Cylindrical-coordinate representation of color #FEB9BA: hue angle of 359.13º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9BA is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 186 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.00 |
| HSL | 359.13º | 0.97% | 0.86% | - |
| HSV(B) | 359.13º | 0.27% | 1% | - |
| XYZ | 67.08 | 59.31 | 54.37 | - |
| YUV | 205.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 186 | 0 | 0.27 | 0.27 | 0.00 | 359.13 | 0.97 | 0.86 |
| Hex | FE | B9 | BA | 0 | 1B | 1B | 0 | 167 | 61 | 56 |
| Octal | 376 | 271 | 272 | 0 | 33 | 33 | 0 | 547 | 141 | 126 |
| Binary | 11111110 | 10111001 | 10111010 | 0 | 11011 | 11011 | 0 | 101100111 | 1100001 | 1010110 |
Color Harmonies of #FEB9BA
Complementary color
Monochromatic Colors of #FEB9BA
Black with #FEB9BA
Text Example
Text Example
White with #FEB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9BA; }
p { color: rgb(254,185,186); }
H1.HeaderClassName
{
color: #FEB9BA;
}
.AnyTagClassName
{
color: #FEB9BA;
}
</style>
background-color css
<style>
a { background-color: #FEB9BA; }
a { background-color: rgb(254,185,186); }
div.DivClassName
{
background-color: #FEB9BA;
}
.BgClassName
{
background-color: #FEB9BA;
}
</style>
border-color css
<style>
span { border-color: #FEB9BA; }
span { border-color: rgb(254,185,186); }
td.TdClassName
{
border-color: #FEB9BA;
}
.TagClassName
{
border-color: #FEB9BA;
}
</style>