Shades of Pink #FEC5CA
Tints of Pink #FEC5CA
RGB
CMYK
RGB Variations
Color information
#FEC5CA (or 0xFEC5CA) is known color: Pink. HEX triplet: FE, C5 and CA. RGB value is (254,197,202). Sum of RGB (Red+Green+Blue) = 254+197+202=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5CA is #013A35. Grayscale: #D6D6D6. Windows color (decimal): -80438 or 13288958. OLE color: 13288958.
HSL color Cylindrical-coordinate representation of color #FEC5CA: hue angle of 354.74º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5CA is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 202 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.00 |
| HSL | 354.74º | 0.97% | 0.88% | - |
| HSV(B) | 354.74º | 0.22% | 1% | - |
| XYZ | 71.5 | 65.27 | 64.71 | - |
| YUV | 214.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 202 | 0 | 0.22 | 0.20 | 0.00 | 354.74 | 0.97 | 0.88 |
| Hex | FE | C5 | CA | 0 | 16 | 14 | 0 | 163 | 61 | 58 |
| Octal | 376 | 305 | 312 | 0 | 26 | 24 | 0 | 543 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11001010 | 0 | 10110 | 10100 | 0 | 101100011 | 1100001 | 1011000 |
Color Harmonies of #FEC5CA
Complementary color
Monochromatic Colors of #FEC5CA
Black with #FEC5CA
Text Example
Text Example
White with #FEC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5CA; }
p { color: rgb(254,197,202); }
H1.HeaderClassName
{
color: #FEC5CA;
}
.AnyTagClassName
{
color: #FEC5CA;
}
</style>
background-color css
<style>
a { background-color: #FEC5CA; }
a { background-color: rgb(254,197,202); }
div.DivClassName
{
background-color: #FEC5CA;
}
.BgClassName
{
background-color: #FEC5CA;
}
</style>
border-color css
<style>
span { border-color: #FEC5CA; }
span { border-color: rgb(254,197,202); }
td.TdClassName
{
border-color: #FEC5CA;
}
.TagClassName
{
border-color: #FEC5CA;
}
</style>