Shades of Pink #FEC3CA
Tints of Pink #FEC3CA
RGB
CMYK
RGB Variations
Color information
#FEC3CA (or 0xFEC3CA) is known color: Pink. HEX triplet: FE, C3 and CA. RGB value is (254,195,202). Sum of RGB (Red+Green+Blue) = 254+195+202=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3CA is #013C35. Grayscale: #D5D5D5. Windows color (decimal): -80950 or 13288446. OLE color: 13288446.
HSL color Cylindrical-coordinate representation of color #FEC3CA: hue angle of 352.88º 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 #FEC3CA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 202 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.00 |
| HSL | 352.88º | 0.97% | 0.88% | - |
| HSV(B) | 352.88º | 0.23% | 1% | - |
| XYZ | 71.05 | 64.37 | 64.56 | - |
| YUV | 213.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 202 | 0 | 0.23 | 0.20 | 0.00 | 352.88 | 0.97 | 0.88 |
| Hex | FE | C3 | CA | 0 | 17 | 14 | 0 | 161 | 61 | 58 |
| Octal | 376 | 303 | 312 | 0 | 27 | 24 | 0 | 541 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11001010 | 0 | 10111 | 10100 | 0 | 101100001 | 1100001 | 1011000 |
Color Harmonies of #FEC3CA
Complementary color
Monochromatic Colors of #FEC3CA
Black with #FEC3CA
Text Example
Text Example
White with #FEC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3CA; }
p { color: rgb(254,195,202); }
H1.HeaderClassName
{
color: #FEC3CA;
}
.AnyTagClassName
{
color: #FEC3CA;
}
</style>
background-color css
<style>
a { background-color: #FEC3CA; }
a { background-color: rgb(254,195,202); }
div.DivClassName
{
background-color: #FEC3CA;
}
.BgClassName
{
background-color: #FEC3CA;
}
</style>
border-color css
<style>
span { border-color: #FEC3CA; }
span { border-color: rgb(254,195,202); }
td.TdClassName
{
border-color: #FEC3CA;
}
.TagClassName
{
border-color: #FEC3CA;
}
</style>