Shades of Pink #FEC2CE
Tints of Pink #FEC2CE
RGB
CMYK
RGB Variations
Color information
#FEC2CE (or 0xFEC2CE) is known color: Pink. HEX triplet: FE, C2 and CE. RGB value is (254,194,206). Sum of RGB (Red+Green+Blue) = 254+194+206=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2CE is #013D31. Grayscale: #D5D5D5. Windows color (decimal): -81202 or 13550334. OLE color: 13550334.
HSL color Cylindrical-coordinate representation of color #FEC2CE: hue angle of 348º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2CE is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 206 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.00 |
| HSL | 348º | 0.97% | 0.88% | - |
| HSV(B) | 348º | 0.24% | 1% | - |
| XYZ | 71.31 | 64.11 | 67.01 | - |
| YUV | 213.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 206 | 0 | 0.24 | 0.19 | 0.00 | 348 | 0.97 | 0.88 |
| Hex | FE | C2 | CE | 0 | 18 | 13 | 0 | 15C | 61 | 58 |
| Octal | 376 | 302 | 316 | 0 | 30 | 23 | 0 | 534 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11001110 | 0 | 11000 | 10011 | 0 | 101011100 | 1100001 | 1011000 |
Color Harmonies of #FEC2CE
Complementary color
Monochromatic Colors of #FEC2CE
Black with #FEC2CE
Text Example
Text Example
White with #FEC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2CE; }
p { color: rgb(254,194,206); }
H1.HeaderClassName
{
color: #FEC2CE;
}
.AnyTagClassName
{
color: #FEC2CE;
}
</style>
background-color css
<style>
a { background-color: #FEC2CE; }
a { background-color: rgb(254,194,206); }
div.DivClassName
{
background-color: #FEC2CE;
}
.BgClassName
{
background-color: #FEC2CE;
}
</style>
border-color css
<style>
span { border-color: #FEC2CE; }
span { border-color: rgb(254,194,206); }
td.TdClassName
{
border-color: #FEC2CE;
}
.TagClassName
{
border-color: #FEC2CE;
}
</style>