Shades of Pink #FEC0CE
Tints of Pink #FEC0CE
RGB
CMYK
RGB Variations
Color information
#FEC0CE (or 0xFEC0CE) is known color: Pink. HEX triplet: FE, C0 and CE. RGB value is (254,192,206). Sum of RGB (Red+Green+Blue) = 254+192+206=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0CE is #013F31. Grayscale: #D4D4D4. Windows color (decimal): -81714 or 13549822. OLE color: 13549822.
HSL color Cylindrical-coordinate representation of color #FEC0CE: hue angle of 346.45º 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 #FEC0CE is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 206 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.00 |
| HSL | 346.45º | 0.97% | 0.87% | - |
| HSV(B) | 346.45º | 0.24% | 1% | - |
| XYZ | 70.86 | 63.23 | 66.86 | - |
| YUV | 212.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 206 | 0 | 0.24 | 0.19 | 0.00 | 346.45 | 0.97 | 0.87 |
| Hex | FE | C0 | CE | 0 | 18 | 13 | 0 | 15A | 61 | 57 |
| Octal | 376 | 300 | 316 | 0 | 30 | 23 | 0 | 532 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11001110 | 0 | 11000 | 10011 | 0 | 101011010 | 1100001 | 1010111 |
Color Harmonies of #FEC0CE
Complementary color
Monochromatic Colors of #FEC0CE
Black with #FEC0CE
Text Example
Text Example
White with #FEC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0CE; }
p { color: rgb(254,192,206); }
H1.HeaderClassName
{
color: #FEC0CE;
}
.AnyTagClassName
{
color: #FEC0CE;
}
</style>
background-color css
<style>
a { background-color: #FEC0CE; }
a { background-color: rgb(254,192,206); }
div.DivClassName
{
background-color: #FEC0CE;
}
.BgClassName
{
background-color: #FEC0CE;
}
</style>
border-color css
<style>
span { border-color: #FEC0CE; }
span { border-color: rgb(254,192,206); }
td.TdClassName
{
border-color: #FEC0CE;
}
.TagClassName
{
border-color: #FEC0CE;
}
</style>