Shades of Pink #FEC4CB
Tints of Pink #FEC4CB
RGB
CMYK
RGB Variations
Color information
#FEC4CB (or 0xFEC4CB) is known color: Pink. HEX triplet: FE, C4 and CB. RGB value is (254,196,203). Sum of RGB (Red+Green+Blue) = 254+196+203=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4CB is #013B34. Grayscale: #D6D6D6. Windows color (decimal): -80693 or 13354238. OLE color: 13354238.
HSL color Cylindrical-coordinate representation of color #FEC4CB: hue angle of 352.76º 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 #FEC4CB is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 203 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.00 |
| HSL | 352.76º | 0.97% | 0.88% | - |
| HSV(B) | 352.76º | 0.23% | 1% | - |
| XYZ | 71.39 | 64.86 | 65.26 | - |
| YUV | 214.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 203 | 0 | 0.23 | 0.20 | 0.00 | 352.76 | 0.97 | 0.88 |
| Hex | FE | C4 | CB | 0 | 17 | 14 | 0 | 161 | 61 | 58 |
| Octal | 376 | 304 | 313 | 0 | 27 | 24 | 0 | 541 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11001011 | 0 | 10111 | 10100 | 0 | 101100001 | 1100001 | 1011000 |
Color Harmonies of #FEC4CB
Complementary color
Monochromatic Colors of #FEC4CB
Black with #FEC4CB
Text Example
Text Example
White with #FEC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4CB; }
p { color: rgb(254,196,203); }
H1.HeaderClassName
{
color: #FEC4CB;
}
.AnyTagClassName
{
color: #FEC4CB;
}
</style>
background-color css
<style>
a { background-color: #FEC4CB; }
a { background-color: rgb(254,196,203); }
div.DivClassName
{
background-color: #FEC4CB;
}
.BgClassName
{
background-color: #FEC4CB;
}
</style>
border-color css
<style>
span { border-color: #FEC4CB; }
span { border-color: rgb(254,196,203); }
td.TdClassName
{
border-color: #FEC4CB;
}
.TagClassName
{
border-color: #FEC4CB;
}
</style>