Shades of Your Pink #FEC2BA
Tints of Your Pink #FEC2BA
RGB
CMYK
RGB Variations
Color information
#FEC2BA (or 0xFEC2BA) is known color: Your Pink. HEX triplet: FE, C2 and BA. RGB value is (254,194,186). Sum of RGB (Red+Green+Blue) = 254+194+186=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2BA is #013D45. Grayscale: #D3D3D3. Windows color (decimal): -81222 or 12239614. OLE color: 12239614.
HSL color Cylindrical-coordinate representation of color #FEC2BA: hue angle of 7.06º 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 #FEC2BA is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 186 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.00 |
| HSL | 7.06º | 0.97% | 0.86% | - |
| HSV(B) | 7.06º | 0.27% | 1% | - |
| XYZ | 69.03 | 63.2 | 55.01 | - |
| YUV | 211.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 186 | 0 | 0.24 | 0.27 | 0.00 | 7.06 | 0.97 | 0.86 |
| Hex | FE | C2 | BA | 0 | 18 | 1B | 0 | 7 | 61 | 56 |
| Octal | 376 | 302 | 272 | 0 | 30 | 33 | 0 | 7 | 141 | 126 |
| Binary | 11111110 | 11000010 | 10111010 | 0 | 11000 | 11011 | 0 | 111 | 1100001 | 1010110 |
Color Harmonies of #FEC2BA
Complementary color
Monochromatic Colors of #FEC2BA
Black with #FEC2BA
Text Example
Text Example
White with #FEC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2BA; }
p { color: rgb(254,194,186); }
H1.HeaderClassName
{
color: #FEC2BA;
}
.AnyTagClassName
{
color: #FEC2BA;
}
</style>
background-color css
<style>
a { background-color: #FEC2BA; }
a { background-color: rgb(254,194,186); }
div.DivClassName
{
background-color: #FEC2BA;
}
.BgClassName
{
background-color: #FEC2BA;
}
</style>
border-color css
<style>
span { border-color: #FEC2BA; }
span { border-color: rgb(254,194,186); }
td.TdClassName
{
border-color: #FEC2BA;
}
.TagClassName
{
border-color: #FEC2BA;
}
</style>