Shades of Pink #FEC7CE
Tints of Pink #FEC7CE
RGB
CMYK
RGB Variations
Color information
#FEC7CE (or 0xFEC7CE) is known color: Pink. HEX triplet: FE, C7 and CE. RGB value is (254,199,206). Sum of RGB (Red+Green+Blue) = 254+199+206=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7CE is #013831. Grayscale: #D8D8D8. Windows color (decimal): -79922 or 13551614. OLE color: 13551614.
HSL color Cylindrical-coordinate representation of color #FEC7CE: hue angle of 352.36º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7CE is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 206 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.00 |
| HSL | 352.36º | 0.96% | 0.89% | - |
| HSV(B) | 352.36º | 0.22% | 1% | - |
| XYZ | 72.44 | 66.37 | 67.39 | - |
| YUV | 216.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 206 | 0 | 0.22 | 0.19 | 0.00 | 352.36 | 0.96 | 0.89 |
| Hex | FE | C7 | CE | 0 | 16 | 13 | 0 | 160 | 60 | 59 |
| Octal | 376 | 307 | 316 | 0 | 26 | 23 | 0 | 540 | 140 | 131 |
| Binary | 11111110 | 11000111 | 11001110 | 0 | 10110 | 10011 | 0 | 101100000 | 1100000 | 1011001 |
Color Harmonies of #FEC7CE
Complementary color
Monochromatic Colors of #FEC7CE
Black with #FEC7CE
Text Example
Text Example
White with #FEC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7CE; }
p { color: rgb(254,199,206); }
H1.HeaderClassName
{
color: #FEC7CE;
}
.AnyTagClassName
{
color: #FEC7CE;
}
</style>
background-color css
<style>
a { background-color: #FEC7CE; }
a { background-color: rgb(254,199,206); }
div.DivClassName
{
background-color: #FEC7CE;
}
.BgClassName
{
background-color: #FEC7CE;
}
</style>
border-color css
<style>
span { border-color: #FEC7CE; }
span { border-color: rgb(254,199,206); }
td.TdClassName
{
border-color: #FEC7CE;
}
.TagClassName
{
border-color: #FEC7CE;
}
</style>