Shades of Pink #FEC4CA
Tints of Pink #FEC4CA
RGB
CMYK
RGB Variations
Color information
#FEC4CA (or 0xFEC4CA) is known color: Pink. HEX triplet: FE, C4 and CA. RGB value is (254,196,202). Sum of RGB (Red+Green+Blue) = 254+196+202=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4CA is #013B35. Grayscale: #D6D6D6. Windows color (decimal): -80694 or 13288702. OLE color: 13288702.
HSL color Cylindrical-coordinate representation of color #FEC4CA: hue angle of 353.79º 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 #FEC4CA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 202 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.00 |
| HSL | 353.79º | 0.97% | 0.88% | - |
| HSV(B) | 353.79º | 0.23% | 1% | - |
| XYZ | 71.27 | 64.81 | 64.63 | - |
| YUV | 214.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 202 | 0 | 0.23 | 0.20 | 0.00 | 353.79 | 0.97 | 0.88 |
| Hex | FE | C4 | CA | 0 | 17 | 14 | 0 | 162 | 61 | 58 |
| Octal | 376 | 304 | 312 | 0 | 27 | 24 | 0 | 542 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11001010 | 0 | 10111 | 10100 | 0 | 101100010 | 1100001 | 1011000 |
Color Harmonies of #FEC4CA
Complementary color
Monochromatic Colors of #FEC4CA
Black with #FEC4CA
Text Example
Text Example
White with #FEC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4CA; }
p { color: rgb(254,196,202); }
H1.HeaderClassName
{
color: #FEC4CA;
}
.AnyTagClassName
{
color: #FEC4CA;
}
</style>
background-color css
<style>
a { background-color: #FEC4CA; }
a { background-color: rgb(254,196,202); }
div.DivClassName
{
background-color: #FEC4CA;
}
.BgClassName
{
background-color: #FEC4CA;
}
</style>
border-color css
<style>
span { border-color: #FEC4CA; }
span { border-color: rgb(254,196,202); }
td.TdClassName
{
border-color: #FEC4CA;
}
.TagClassName
{
border-color: #FEC4CA;
}
</style>