Shades of Pink #FEC2CB
Tints of Pink #FEC2CB
RGB
CMYK
RGB Variations
Color information
#FEC2CB (or 0xFEC2CB) is known color: Pink. HEX triplet: FE, C2 and CB. RGB value is (254,194,203). Sum of RGB (Red+Green+Blue) = 254+194+203=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2CB is #013D34. Grayscale: #D4D4D4. Windows color (decimal): -81205 or 13353726. OLE color: 13353726.
HSL color Cylindrical-coordinate representation of color #FEC2CB: hue angle of 351º 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 #FEC2CB is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 203 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.00 |
| HSL | 351º | 0.97% | 0.88% | - |
| HSV(B) | 351º | 0.24% | 1% | - |
| XYZ | 70.94 | 63.97 | 65.11 | - |
| YUV | 212.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 203 | 0 | 0.24 | 0.20 | 0.00 | 351 | 0.97 | 0.88 |
| Hex | FE | C2 | CB | 0 | 18 | 14 | 0 | 15F | 61 | 58 |
| Octal | 376 | 302 | 313 | 0 | 30 | 24 | 0 | 537 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11001011 | 0 | 11000 | 10100 | 0 | 101011111 | 1100001 | 1011000 |
Color Harmonies of #FEC2CB
Complementary color
Monochromatic Colors of #FEC2CB
Black with #FEC2CB
Text Example
Text Example
White with #FEC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2CB; }
p { color: rgb(254,194,203); }
H1.HeaderClassName
{
color: #FEC2CB;
}
.AnyTagClassName
{
color: #FEC2CB;
}
</style>
background-color css
<style>
a { background-color: #FEC2CB; }
a { background-color: rgb(254,194,203); }
div.DivClassName
{
background-color: #FEC2CB;
}
.BgClassName
{
background-color: #FEC2CB;
}
</style>
border-color css
<style>
span { border-color: #FEC2CB; }
span { border-color: rgb(254,194,203); }
td.TdClassName
{
border-color: #FEC2CB;
}
.TagClassName
{
border-color: #FEC2CB;
}
</style>