Shades of Your Pink #FEC1BA
Tints of Your Pink #FEC1BA
RGB
CMYK
RGB Variations
Color information
#FEC1BA (or 0xFEC1BA) is known color: Your Pink. HEX triplet: FE, C1 and BA. RGB value is (254,193,186). Sum of RGB (Red+Green+Blue) = 254+193+186=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1BA is #013E45. Grayscale: #D2D2D2. Windows color (decimal): -81478 or 12239358. OLE color: 12239358.
HSL color Cylindrical-coordinate representation of color #FEC1BA: hue angle of 6.18º 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 #FEC1BA is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 186 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.00 |
| HSL | 6.18º | 0.97% | 0.86% | - |
| HSV(B) | 6.18º | 0.27% | 1% | - |
| XYZ | 68.81 | 62.76 | 54.94 | - |
| YUV | 210.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 186 | 0 | 0.24 | 0.27 | 0.00 | 6.18 | 0.97 | 0.86 |
| Hex | FE | C1 | BA | 0 | 18 | 1B | 0 | 6 | 61 | 56 |
| Octal | 376 | 301 | 272 | 0 | 30 | 33 | 0 | 6 | 141 | 126 |
| Binary | 11111110 | 11000001 | 10111010 | 0 | 11000 | 11011 | 0 | 110 | 1100001 | 1010110 |
Color Harmonies of #FEC1BA
Complementary color
Monochromatic Colors of #FEC1BA
Black with #FEC1BA
Text Example
Text Example
White with #FEC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1BA; }
p { color: rgb(254,193,186); }
H1.HeaderClassName
{
color: #FEC1BA;
}
.AnyTagClassName
{
color: #FEC1BA;
}
</style>
background-color css
<style>
a { background-color: #FEC1BA; }
a { background-color: rgb(254,193,186); }
div.DivClassName
{
background-color: #FEC1BA;
}
.BgClassName
{
background-color: #FEC1BA;
}
</style>
border-color css
<style>
span { border-color: #FEC1BA; }
span { border-color: rgb(254,193,186); }
td.TdClassName
{
border-color: #FEC1BA;
}
.TagClassName
{
border-color: #FEC1BA;
}
</style>