Shades of Your Pink #FEC4BC
Tints of Your Pink #FEC4BC
RGB
CMYK
RGB Variations
Color information
#FEC4BC (or 0xFEC4BC) is known color: Your Pink. HEX triplet: FE, C4 and BC. RGB value is (254,196,188). Sum of RGB (Red+Green+Blue) = 254+196+188=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4BC is #013B43. Grayscale: #D4D4D4. Windows color (decimal): -80708 or 12371198. OLE color: 12371198.
HSL color Cylindrical-coordinate representation of color #FEC4BC: hue angle of 7.27º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEC4BC is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 188 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.00 |
| HSL | 7.27º | 0.97% | 0.87% | - |
| HSV(B) | 7.27º | 0.26% | 1% | - |
| XYZ | 69.69 | 64.18 | 56.29 | - |
| YUV | 212.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 188 | 0 | 0.23 | 0.26 | 0.00 | 7.27 | 0.97 | 0.87 |
| Hex | FE | C4 | BC | 0 | 17 | 1A | 0 | 7 | 61 | 57 |
| Octal | 376 | 304 | 274 | 0 | 27 | 32 | 0 | 7 | 141 | 127 |
| Binary | 11111110 | 11000100 | 10111100 | 0 | 10111 | 11010 | 0 | 111 | 1100001 | 1010111 |
Color Harmonies of #FEC4BC
Complementary color
Monochromatic Colors of #FEC4BC
Black with #FEC4BC
Text Example
Text Example
White with #FEC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4BC; }
p { color: rgb(254,196,188); }
H1.HeaderClassName
{
color: #FEC4BC;
}
.AnyTagClassName
{
color: #FEC4BC;
}
</style>
background-color css
<style>
a { background-color: #FEC4BC; }
a { background-color: rgb(254,196,188); }
div.DivClassName
{
background-color: #FEC4BC;
}
.BgClassName
{
background-color: #FEC4BC;
}
</style>
border-color css
<style>
span { border-color: #FEC4BC; }
span { border-color: rgb(254,196,188); }
td.TdClassName
{
border-color: #FEC4BC;
}
.TagClassName
{
border-color: #FEC4BC;
}
</style>