Shades of Pink #FEC1CA
Tints of Pink #FEC1CA
RGB
CMYK
RGB Variations
Color information
#FEC1CA (or 0xFEC1CA) is known color: Pink. HEX triplet: FE, C1 and CA. RGB value is (254,193,202). Sum of RGB (Red+Green+Blue) = 254+193+202=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1CA is #013E35. Grayscale: #D4D4D4. Windows color (decimal): -81462 or 13287934. OLE color: 13287934.
HSL color Cylindrical-coordinate representation of color #FEC1CA: hue angle of 351.15º 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 #FEC1CA is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 202 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.00 |
| HSL | 351.15º | 0.97% | 0.88% | - |
| HSV(B) | 351.15º | 0.24% | 1% | - |
| XYZ | 70.6 | 63.48 | 64.41 | - |
| YUV | 212.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 202 | 0 | 0.24 | 0.20 | 0.00 | 351.15 | 0.97 | 0.88 |
| Hex | FE | C1 | CA | 0 | 18 | 14 | 0 | 15F | 61 | 58 |
| Octal | 376 | 301 | 312 | 0 | 30 | 24 | 0 | 537 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11001010 | 0 | 11000 | 10100 | 0 | 101011111 | 1100001 | 1011000 |
Color Harmonies of #FEC1CA
Complementary color
Monochromatic Colors of #FEC1CA
Black with #FEC1CA
Text Example
Text Example
White with #FEC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1CA; }
p { color: rgb(254,193,202); }
H1.HeaderClassName
{
color: #FEC1CA;
}
.AnyTagClassName
{
color: #FEC1CA;
}
</style>
background-color css
<style>
a { background-color: #FEC1CA; }
a { background-color: rgb(254,193,202); }
div.DivClassName
{
background-color: #FEC1CA;
}
.BgClassName
{
background-color: #FEC1CA;
}
</style>
border-color css
<style>
span { border-color: #FEC1CA; }
span { border-color: rgb(254,193,202); }
td.TdClassName
{
border-color: #FEC1CA;
}
.TagClassName
{
border-color: #FEC1CA;
}
</style>