Shades of Pink #FEC2CC
Tints of Pink #FEC2CC
RGB
CMYK
RGB Variations
Color information
#FEC2CC (or 0xFEC2CC) is known color: Pink. HEX triplet: FE, C2 and CC. RGB value is (254,194,204). Sum of RGB (Red+Green+Blue) = 254+194+204=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2CC is #013D33. Grayscale: #D5D5D5. Windows color (decimal): -81204 or 13419262. OLE color: 13419262.
HSL color Cylindrical-coordinate representation of color #FEC2CC: hue angle of 350º 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 #FEC2CC is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 204 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.00 |
| HSL | 350º | 0.97% | 0.88% | - |
| HSV(B) | 350º | 0.24% | 1% | - |
| XYZ | 71.06 | 64.01 | 65.74 | - |
| YUV | 213.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 204 | 0 | 0.24 | 0.20 | 0.00 | 350 | 0.97 | 0.88 |
| Hex | FE | C2 | CC | 0 | 18 | 14 | 0 | 15E | 61 | 58 |
| Octal | 376 | 302 | 314 | 0 | 30 | 24 | 0 | 536 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11001100 | 0 | 11000 | 10100 | 0 | 101011110 | 1100001 | 1011000 |
Color Harmonies of #FEC2CC
Complementary color
Monochromatic Colors of #FEC2CC
Black with #FEC2CC
Text Example
Text Example
White with #FEC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2CC; }
p { color: rgb(254,194,204); }
H1.HeaderClassName
{
color: #FEC2CC;
}
.AnyTagClassName
{
color: #FEC2CC;
}
</style>
background-color css
<style>
a { background-color: #FEC2CC; }
a { background-color: rgb(254,194,204); }
div.DivClassName
{
background-color: #FEC2CC;
}
.BgClassName
{
background-color: #FEC2CC;
}
</style>
border-color css
<style>
span { border-color: #FEC2CC; }
span { border-color: rgb(254,194,204); }
td.TdClassName
{
border-color: #FEC2CC;
}
.TagClassName
{
border-color: #FEC2CC;
}
</style>