Shades of Pink #FEC5CB
Tints of Pink #FEC5CB
RGB
CMYK
RGB Variations
Color information
#FEC5CB (or 0xFEC5CB) is known color: Pink. HEX triplet: FE, C5 and CB. RGB value is (254,197,203). Sum of RGB (Red+Green+Blue) = 254+197+203=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5CB is #013A34. Grayscale: #D6D6D6. Windows color (decimal): -80437 or 13354494. OLE color: 13354494.
HSL color Cylindrical-coordinate representation of color #FEC5CB: hue angle of 353.68º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5CB is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 203 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.00 |
| HSL | 353.68º | 0.97% | 0.88% | - |
| HSV(B) | 353.68º | 0.22% | 1% | - |
| XYZ | 71.62 | 65.32 | 65.33 | - |
| YUV | 214.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 203 | 0 | 0.22 | 0.20 | 0.00 | 353.68 | 0.97 | 0.88 |
| Hex | FE | C5 | CB | 0 | 16 | 14 | 0 | 162 | 61 | 58 |
| Octal | 376 | 305 | 313 | 0 | 26 | 24 | 0 | 542 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11001011 | 0 | 10110 | 10100 | 0 | 101100010 | 1100001 | 1011000 |
Color Harmonies of #FEC5CB
Complementary color
Monochromatic Colors of #FEC5CB
Black with #FEC5CB
Text Example
Text Example
White with #FEC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5CB; }
p { color: rgb(254,197,203); }
H1.HeaderClassName
{
color: #FEC5CB;
}
.AnyTagClassName
{
color: #FEC5CB;
}
</style>
background-color css
<style>
a { background-color: #FEC5CB; }
a { background-color: rgb(254,197,203); }
div.DivClassName
{
background-color: #FEC5CB;
}
.BgClassName
{
background-color: #FEC5CB;
}
</style>
border-color css
<style>
span { border-color: #FEC5CB; }
span { border-color: rgb(254,197,203); }
td.TdClassName
{
border-color: #FEC5CB;
}
.TagClassName
{
border-color: #FEC5CB;
}
</style>