Shades of Your Pink #FEC5B1
Tints of Your Pink #FEC5B1
RGB
CMYK
RGB Variations
Color information
#FEC5B1 (or 0xFEC5B1) is known color: Your Pink. HEX triplet: FE, C5 and B1. RGB value is (254,197,177). Sum of RGB (Red+Green+Blue) = 254+197+177=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC5B1 is #013A4E. Grayscale: #D3D3D3. Windows color (decimal): -80463 or 11650558. OLE color: 11650558.
HSL color Cylindrical-coordinate representation of color #FEC5B1: hue angle of 15.58º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEC5B1 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 177 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.00 |
| HSL | 15.58º | 0.97% | 0.85% | - |
| HSV(B) | 15.58º | 0.3% | 1% | - |
| XYZ | 68.78 | 64.18 | 50.36 | - |
| YUV | 211.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 177 | 0 | 0.22 | 0.30 | 0.00 | 15.58 | 0.97 | 0.85 |
| Hex | FE | C5 | B1 | 0 | 16 | 1E | 0 | 10 | 61 | 55 |
| Octal | 376 | 305 | 261 | 0 | 26 | 36 | 0 | 20 | 141 | 125 |
| Binary | 11111110 | 11000101 | 10110001 | 0 | 10110 | 11110 | 0 | 10000 | 1100001 | 1010101 |
Color Harmonies of #FEC5B1
Complementary color
Monochromatic Colors of #FEC5B1
Black with #FEC5B1
Text Example
Text Example
White with #FEC5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5B1; }
p { color: rgb(254,197,177); }
H1.HeaderClassName
{
color: #FEC5B1;
}
.AnyTagClassName
{
color: #FEC5B1;
}
</style>
background-color css
<style>
a { background-color: #FEC5B1; }
a { background-color: rgb(254,197,177); }
div.DivClassName
{
background-color: #FEC5B1;
}
.BgClassName
{
background-color: #FEC5B1;
}
</style>
border-color css
<style>
span { border-color: #FEC5B1; }
span { border-color: rgb(254,197,177); }
td.TdClassName
{
border-color: #FEC5B1;
}
.TagClassName
{
border-color: #FEC5B1;
}
</style>