Shades of Pink #FEC5CE
Tints of Pink #FEC5CE
RGB
CMYK
RGB Variations
Color information
#FEC5CE (or 0xFEC5CE) is known color: Pink. HEX triplet: FE, C5 and CE. RGB value is (254,197,206). Sum of RGB (Red+Green+Blue) = 254+197+206=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5CE is #013A31. Grayscale: #D7D7D7. Windows color (decimal): -80434 or 13551102. OLE color: 13551102.
HSL color Cylindrical-coordinate representation of color #FEC5CE: hue angle of 350.53º 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 #FEC5CE is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 206 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.00 |
| HSL | 350.53º | 0.97% | 0.88% | - |
| HSV(B) | 350.53º | 0.22% | 1% | - |
| XYZ | 71.98 | 65.46 | 67.23 | - |
| YUV | 215.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 206 | 0 | 0.22 | 0.19 | 0.00 | 350.53 | 0.97 | 0.88 |
| Hex | FE | C5 | CE | 0 | 16 | 13 | 0 | 15F | 61 | 58 |
| Octal | 376 | 305 | 316 | 0 | 26 | 23 | 0 | 537 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11001110 | 0 | 10110 | 10011 | 0 | 101011111 | 1100001 | 1011000 |
Color Harmonies of #FEC5CE
Complementary color
Monochromatic Colors of #FEC5CE
Black with #FEC5CE
Text Example
Text Example
White with #FEC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5CE; }
p { color: rgb(254,197,206); }
H1.HeaderClassName
{
color: #FEC5CE;
}
.AnyTagClassName
{
color: #FEC5CE;
}
</style>
background-color css
<style>
a { background-color: #FEC5CE; }
a { background-color: rgb(254,197,206); }
div.DivClassName
{
background-color: #FEC5CE;
}
.BgClassName
{
background-color: #FEC5CE;
}
</style>
border-color css
<style>
span { border-color: #FEC5CE; }
span { border-color: rgb(254,197,206); }
td.TdClassName
{
border-color: #FEC5CE;
}
.TagClassName
{
border-color: #FEC5CE;
}
</style>