Shades of Pink #FEC0CA
Tints of Pink #FEC0CA
RGB
CMYK
RGB Variations
Color information
#FEC0CA (or 0xFEC0CA) is known color: Pink. HEX triplet: FE, C0 and CA. RGB value is (254,192,202). Sum of RGB (Red+Green+Blue) = 254+192+202=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0CA is #013F35. Grayscale: #D3D3D3. Windows color (decimal): -81718 or 13287678. OLE color: 13287678.
HSL color Cylindrical-coordinate representation of color #FEC0CA: hue angle of 350.32º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0CA is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 202 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.00 |
| HSL | 350.32º | 0.97% | 0.87% | - |
| HSV(B) | 350.32º | 0.24% | 1% | - |
| XYZ | 70.38 | 63.03 | 64.33 | - |
| YUV | 211.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 202 | 0 | 0.24 | 0.20 | 0.00 | 350.32 | 0.97 | 0.87 |
| Hex | FE | C0 | CA | 0 | 18 | 14 | 0 | 15E | 61 | 57 |
| Octal | 376 | 300 | 312 | 0 | 30 | 24 | 0 | 536 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11001010 | 0 | 11000 | 10100 | 0 | 101011110 | 1100001 | 1010111 |
Color Harmonies of #FEC0CA
Complementary color
Monochromatic Colors of #FEC0CA
Black with #FEC0CA
Text Example
Text Example
White with #FEC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0CA; }
p { color: rgb(254,192,202); }
H1.HeaderClassName
{
color: #FEC0CA;
}
.AnyTagClassName
{
color: #FEC0CA;
}
</style>
background-color css
<style>
a { background-color: #FEC0CA; }
a { background-color: rgb(254,192,202); }
div.DivClassName
{
background-color: #FEC0CA;
}
.BgClassName
{
background-color: #FEC0CA;
}
</style>
border-color css
<style>
span { border-color: #FEC0CA; }
span { border-color: rgb(254,192,202); }
td.TdClassName
{
border-color: #FEC0CA;
}
.TagClassName
{
border-color: #FEC0CA;
}
</style>