Shades of Your Pink #FEC5C4
Tints of Your Pink #FEC5C4
RGB
CMYK
RGB Variations
Color information
#FEC5C4 (or 0xFEC5C4) is known color: Your Pink. HEX triplet: FE, C5 and C4. RGB value is (254,197,196). Sum of RGB (Red+Green+Blue) = 254+197+196=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5C4 is #013A3B. Grayscale: #D5D5D5. Windows color (decimal): -80444 or 12895742. OLE color: 12895742.
HSL color Cylindrical-coordinate representation of color #FEC5C4: hue angle of 1.03º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC5C4 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 196 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.00 |
| HSL | 1.03º | 0.97% | 0.88% | - |
| HSV(B) | 1.03º | 0.23% | 1% | - |
| XYZ | 70.8 | 64.99 | 61.04 | - |
| YUV | 213.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 196 | 0 | 0.22 | 0.23 | 0.00 | 1.03 | 0.97 | 0.88 |
| Hex | FE | C5 | C4 | 0 | 16 | 17 | 0 | 1 | 61 | 58 |
| Octal | 376 | 305 | 304 | 0 | 26 | 27 | 0 | 1 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11000100 | 0 | 10110 | 10111 | 0 | 1 | 1100001 | 1011000 |
Color Harmonies of #FEC5C4
Complementary color
Monochromatic Colors of #FEC5C4
Black with #FEC5C4
Text Example
Text Example
White with #FEC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5C4; }
p { color: rgb(254,197,196); }
H1.HeaderClassName
{
color: #FEC5C4;
}
.AnyTagClassName
{
color: #FEC5C4;
}
</style>
background-color css
<style>
a { background-color: #FEC5C4; }
a { background-color: rgb(254,197,196); }
div.DivClassName
{
background-color: #FEC5C4;
}
.BgClassName
{
background-color: #FEC5C4;
}
</style>
border-color css
<style>
span { border-color: #FEC5C4; }
span { border-color: rgb(254,197,196); }
td.TdClassName
{
border-color: #FEC5C4;
}
.TagClassName
{
border-color: #FEC5C4;
}
</style>