Shades of Your Pink #FEC0BA
Tints of Your Pink #FEC0BA
RGB
CMYK
RGB Variations
Color information
#FEC0BA (or 0xFEC0BA) is known color: Your Pink. HEX triplet: FE, C0 and BA. RGB value is (254,192,186). Sum of RGB (Red+Green+Blue) = 254+192+186=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0BA is #013F45. Grayscale: #D1D1D1. Windows color (decimal): -81734 or 12239102. OLE color: 12239102.
HSL color Cylindrical-coordinate representation of color #FEC0BA: hue angle of 5.29º 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 #FEC0BA is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 186 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.00 |
| HSL | 5.29º | 0.97% | 0.86% | - |
| HSV(B) | 5.29º | 0.27% | 1% | - |
| XYZ | 68.59 | 62.32 | 54.87 | - |
| YUV | 209.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 186 | 0 | 0.24 | 0.27 | 0.00 | 5.29 | 0.97 | 0.86 |
| Hex | FE | C0 | BA | 0 | 18 | 1B | 0 | 5 | 61 | 56 |
| Octal | 376 | 300 | 272 | 0 | 30 | 33 | 0 | 5 | 141 | 126 |
| Binary | 11111110 | 11000000 | 10111010 | 0 | 11000 | 11011 | 0 | 101 | 1100001 | 1010110 |
Color Harmonies of #FEC0BA
Complementary color
Monochromatic Colors of #FEC0BA
Black with #FEC0BA
Text Example
Text Example
White with #FEC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0BA; }
p { color: rgb(254,192,186); }
H1.HeaderClassName
{
color: #FEC0BA;
}
.AnyTagClassName
{
color: #FEC0BA;
}
</style>
background-color css
<style>
a { background-color: #FEC0BA; }
a { background-color: rgb(254,192,186); }
div.DivClassName
{
background-color: #FEC0BA;
}
.BgClassName
{
background-color: #FEC0BA;
}
</style>
border-color css
<style>
span { border-color: #FEC0BA; }
span { border-color: rgb(254,192,186); }
td.TdClassName
{
border-color: #FEC0BA;
}
.TagClassName
{
border-color: #FEC0BA;
}
</style>