Shades of Your Pink #FEC7BA
Tints of Your Pink #FEC7BA
RGB
CMYK
RGB Variations
Color information
#FEC7BA (or 0xFEC7BA) is known color: Your Pink. HEX triplet: FE, C7 and BA. RGB value is (254,199,186). Sum of RGB (Red+Green+Blue) = 254+199+186=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7BA is #013845. Grayscale: #D6D6D6. Windows color (decimal): -79942 or 12240894. OLE color: 12240894.
HSL color Cylindrical-coordinate representation of color #FEC7BA: hue angle of 11.47º 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 #FEC7BA is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 186 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.00 |
| HSL | 11.47º | 0.97% | 0.86% | - |
| HSV(B) | 11.47º | 0.27% | 1% | - |
| XYZ | 70.16 | 65.46 | 55.39 | - |
| YUV | 213.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 186 | 0 | 0.22 | 0.27 | 0.00 | 11.47 | 0.97 | 0.86 |
| Hex | FE | C7 | BA | 0 | 16 | 1B | 0 | B | 61 | 56 |
| Octal | 376 | 307 | 272 | 0 | 26 | 33 | 0 | 13 | 141 | 126 |
| Binary | 11111110 | 11000111 | 10111010 | 0 | 10110 | 11011 | 0 | 1011 | 1100001 | 1010110 |
Color Harmonies of #FEC7BA
Complementary color
Monochromatic Colors of #FEC7BA
Black with #FEC7BA
Text Example
Text Example
White with #FEC7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7BA; }
p { color: rgb(254,199,186); }
H1.HeaderClassName
{
color: #FEC7BA;
}
.AnyTagClassName
{
color: #FEC7BA;
}
</style>
background-color css
<style>
a { background-color: #FEC7BA; }
a { background-color: rgb(254,199,186); }
div.DivClassName
{
background-color: #FEC7BA;
}
.BgClassName
{
background-color: #FEC7BA;
}
</style>
border-color css
<style>
span { border-color: #FEC7BA; }
span { border-color: rgb(254,199,186); }
td.TdClassName
{
border-color: #FEC7BA;
}
.TagClassName
{
border-color: #FEC7BA;
}
</style>