Shades of Pink #FEC0C7
Tints of Pink #FEC0C7
RGB
CMYK
RGB Variations
Color information
#FEC0C7 (or 0xFEC0C7) is known color: Pink. HEX triplet: FE, C0 and C7. RGB value is (254,192,199). Sum of RGB (Red+Green+Blue) = 254+192+199=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0C7 is #013F38. Grayscale: #D3D3D3. Windows color (decimal): -81721 or 13091070. OLE color: 13091070.
HSL color Cylindrical-coordinate representation of color #FEC0C7: hue angle of 353.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0C7 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 199 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.00 |
| HSL | 353.23º | 0.97% | 0.87% | - |
| HSV(B) | 353.23º | 0.24% | 1% | - |
| XYZ | 70.03 | 62.89 | 62.48 | - |
| YUV | 211.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 199 | 0 | 0.24 | 0.22 | 0.00 | 353.23 | 0.97 | 0.87 |
| Hex | FE | C0 | C7 | 0 | 18 | 16 | 0 | 161 | 61 | 57 |
| Octal | 376 | 300 | 307 | 0 | 30 | 26 | 0 | 541 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11000111 | 0 | 11000 | 10110 | 0 | 101100001 | 1100001 | 1010111 |
Color Harmonies of #FEC0C7
Complementary color
Monochromatic Colors of #FEC0C7
Black with #FEC0C7
Text Example
Text Example
White with #FEC0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0C7; }
p { color: rgb(254,192,199); }
H1.HeaderClassName
{
color: #FEC0C7;
}
.AnyTagClassName
{
color: #FEC0C7;
}
</style>
background-color css
<style>
a { background-color: #FEC0C7; }
a { background-color: rgb(254,192,199); }
div.DivClassName
{
background-color: #FEC0C7;
}
.BgClassName
{
background-color: #FEC0C7;
}
</style>
border-color css
<style>
span { border-color: #FEC0C7; }
span { border-color: rgb(254,192,199); }
td.TdClassName
{
border-color: #FEC0C7;
}
.TagClassName
{
border-color: #FEC0C7;
}
</style>