Shades of Your Pink #FEC4C1
Tints of Your Pink #FEC4C1
RGB
CMYK
RGB Variations
Color information
#FEC4C1 (or 0xFEC4C1) is known color: Your Pink. HEX triplet: FE, C4 and C1. RGB value is (254,196,193). Sum of RGB (Red+Green+Blue) = 254+196+193=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 193 (75.78% from 255 or 30.02% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4C1 is #013B3E. Grayscale: #D5D5D5. Windows color (decimal): -80703 or 12698878. OLE color: 12698878.
HSL color Cylindrical-coordinate representation of color #FEC4C1: hue angle of 2.95º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC4C1 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 193 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.00 |
| HSL | 2.95º | 0.97% | 0.88% | - |
| HSV(B) | 2.95º | 0.24% | 1% | - |
| XYZ | 70.24 | 64.4 | 59.18 | - |
| YUV | 213 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 193 | 0 | 0.23 | 0.24 | 0.00 | 2.95 | 0.97 | 0.88 |
| Hex | FE | C4 | C1 | 0 | 17 | 18 | 0 | 3 | 61 | 58 |
| Octal | 376 | 304 | 301 | 0 | 27 | 30 | 0 | 3 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11000001 | 0 | 10111 | 11000 | 0 | 11 | 1100001 | 1011000 |
Color Harmonies of #FEC4C1
Complementary color
Monochromatic Colors of #FEC4C1
Black with #FEC4C1
Text Example
Text Example
White with #FEC4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4C1; }
p { color: rgb(254,196,193); }
H1.HeaderClassName
{
color: #FEC4C1;
}
.AnyTagClassName
{
color: #FEC4C1;
}
</style>
background-color css
<style>
a { background-color: #FEC4C1; }
a { background-color: rgb(254,196,193); }
div.DivClassName
{
background-color: #FEC4C1;
}
.BgClassName
{
background-color: #FEC4C1;
}
</style>
border-color css
<style>
span { border-color: #FEC4C1; }
span { border-color: rgb(254,196,193); }
td.TdClassName
{
border-color: #FEC4C1;
}
.TagClassName
{
border-color: #FEC4C1;
}
</style>