Shades of Your Pink #FEC5BC
Tints of Your Pink #FEC5BC
RGB
CMYK
RGB Variations
Color information
#FEC5BC (or 0xFEC5BC) is known color: Your Pink. HEX triplet: FE, C5 and BC. RGB value is (254,197,188). Sum of RGB (Red+Green+Blue) = 254+197+188=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5BC is #013A43. Grayscale: #D5D5D5. Windows color (decimal): -80452 or 12371454. OLE color: 12371454.
HSL color Cylindrical-coordinate representation of color #FEC5BC: hue angle of 8.18º 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 #FEC5BC is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 188 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.00 |
| HSL | 8.18º | 0.97% | 0.87% | - |
| HSV(B) | 8.18º | 0.26% | 1% | - |
| XYZ | 69.92 | 64.63 | 56.37 | - |
| YUV | 213.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 188 | 0 | 0.22 | 0.26 | 0.00 | 8.18 | 0.97 | 0.87 |
| Hex | FE | C5 | BC | 0 | 16 | 1A | 0 | 8 | 61 | 57 |
| Octal | 376 | 305 | 274 | 0 | 26 | 32 | 0 | 10 | 141 | 127 |
| Binary | 11111110 | 11000101 | 10111100 | 0 | 10110 | 11010 | 0 | 1000 | 1100001 | 1010111 |
Color Harmonies of #FEC5BC
Complementary color
Monochromatic Colors of #FEC5BC
Black with #FEC5BC
Text Example
Text Example
White with #FEC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5BC; }
p { color: rgb(254,197,188); }
H1.HeaderClassName
{
color: #FEC5BC;
}
.AnyTagClassName
{
color: #FEC5BC;
}
</style>
background-color css
<style>
a { background-color: #FEC5BC; }
a { background-color: rgb(254,197,188); }
div.DivClassName
{
background-color: #FEC5BC;
}
.BgClassName
{
background-color: #FEC5BC;
}
</style>
border-color css
<style>
span { border-color: #FEC5BC; }
span { border-color: rgb(254,197,188); }
td.TdClassName
{
border-color: #FEC5BC;
}
.TagClassName
{
border-color: #FEC5BC;
}
</style>