Shades of Your Pink #FEC9BA
Tints of Your Pink #FEC9BA
RGB
CMYK
RGB Variations
Color information
#FEC9BA (or 0xFEC9BA) is known color: Your Pink. HEX triplet: FE, C9 and BA. RGB value is (254,201,186). Sum of RGB (Red+Green+Blue) = 254+201+186=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9BA is #013645. Grayscale: #D7D7D7. Windows color (decimal): -79430 or 12241406. OLE color: 12241406.
HSL color Cylindrical-coordinate representation of color #FEC9BA: hue angle of 13.24º 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 #FEC9BA is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 186 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.00 |
| HSL | 13.24º | 0.97% | 0.86% | - |
| HSV(B) | 13.24º | 0.27% | 1% | - |
| XYZ | 70.62 | 66.39 | 55.55 | - |
| YUV | 215.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 186 | 0 | 0.21 | 0.27 | 0.00 | 13.24 | 0.97 | 0.86 |
| Hex | FE | C9 | BA | 0 | 15 | 1B | 0 | D | 61 | 56 |
| Octal | 376 | 311 | 272 | 0 | 25 | 33 | 0 | 15 | 141 | 126 |
| Binary | 11111110 | 11001001 | 10111010 | 0 | 10101 | 11011 | 0 | 1101 | 1100001 | 1010110 |
Color Harmonies of #FEC9BA
Complementary color
Monochromatic Colors of #FEC9BA
Black with #FEC9BA
Text Example
Text Example
White with #FEC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9BA; }
p { color: rgb(254,201,186); }
H1.HeaderClassName
{
color: #FEC9BA;
}
.AnyTagClassName
{
color: #FEC9BA;
}
</style>
background-color css
<style>
a { background-color: #FEC9BA; }
a { background-color: rgb(254,201,186); }
div.DivClassName
{
background-color: #FEC9BA;
}
.BgClassName
{
background-color: #FEC9BA;
}
</style>
border-color css
<style>
span { border-color: #FEC9BA; }
span { border-color: rgb(254,201,186); }
td.TdClassName
{
border-color: #FEC9BA;
}
.TagClassName
{
border-color: #FEC9BA;
}
</style>