Shades of Pink #FEC2C9
Tints of Pink #FEC2C9
RGB
CMYK
RGB Variations
Color information
#FEC2C9 (or 0xFEC2C9) is known color: Pink. HEX triplet: FE, C2 and C9. RGB value is (254,194,201). Sum of RGB (Red+Green+Blue) = 254+194+201=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 201 (78.91% from 255 or 30.97% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2C9 is #013D36. Grayscale: #D4D4D4. Windows color (decimal): -81207 or 13222654. OLE color: 13222654.
HSL color Cylindrical-coordinate representation of color #FEC2C9: hue angle of 353º 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 #FEC2C9 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 201 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.00 |
| HSL | 353º | 0.97% | 0.88% | - |
| HSV(B) | 353º | 0.24% | 1% | - |
| XYZ | 70.71 | 63.87 | 63.86 | - |
| YUV | 212.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 201 | 0 | 0.24 | 0.21 | 0.00 | 353 | 0.97 | 0.88 |
| Hex | FE | C2 | C9 | 0 | 18 | 15 | 0 | 161 | 61 | 58 |
| Octal | 376 | 302 | 311 | 0 | 30 | 25 | 0 | 541 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11001001 | 0 | 11000 | 10101 | 0 | 101100001 | 1100001 | 1011000 |
Color Harmonies of #FEC2C9
Complementary color
Monochromatic Colors of #FEC2C9
Black with #FEC2C9
Text Example
Text Example
White with #FEC2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2C9; }
p { color: rgb(254,194,201); }
H1.HeaderClassName
{
color: #FEC2C9;
}
.AnyTagClassName
{
color: #FEC2C9;
}
</style>
background-color css
<style>
a { background-color: #FEC2C9; }
a { background-color: rgb(254,194,201); }
div.DivClassName
{
background-color: #FEC2C9;
}
.BgClassName
{
background-color: #FEC2C9;
}
</style>
border-color css
<style>
span { border-color: #FEC2C9; }
span { border-color: rgb(254,194,201); }
td.TdClassName
{
border-color: #FEC2C9;
}
.TagClassName
{
border-color: #FEC2C9;
}
</style>