Shades of Pink #FEC2CF
Tints of Pink #FEC2CF
RGB
CMYK
RGB Variations
Color information
#FEC2CF (or 0xFEC2CF) is known color: Pink. HEX triplet: FE, C2 and CF. RGB value is (254,194,207). Sum of RGB (Red+Green+Blue) = 254+194+207=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2CF is #013D30. Grayscale: #D5D5D5. Windows color (decimal): -81201 or 13615870. OLE color: 13615870.
HSL color Cylindrical-coordinate representation of color #FEC2CF: hue angle of 347º 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 #FEC2CF is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 207 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.00 |
| HSL | 347º | 0.97% | 0.88% | - |
| HSV(B) | 347º | 0.24% | 1% | - |
| XYZ | 71.43 | 64.16 | 67.65 | - |
| YUV | 213.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 207 | 0 | 0.24 | 0.19 | 0.00 | 347 | 0.97 | 0.88 |
| Hex | FE | C2 | CF | 0 | 18 | 13 | 0 | 15B | 61 | 58 |
| Octal | 376 | 302 | 317 | 0 | 30 | 23 | 0 | 533 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11001111 | 0 | 11000 | 10011 | 0 | 101011011 | 1100001 | 1011000 |
Color Harmonies of #FEC2CF
Complementary color
Monochromatic Colors of #FEC2CF
Black with #FEC2CF
Text Example
Text Example
White with #FEC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2CF; }
p { color: rgb(254,194,207); }
H1.HeaderClassName
{
color: #FEC2CF;
}
.AnyTagClassName
{
color: #FEC2CF;
}
</style>
background-color css
<style>
a { background-color: #FEC2CF; }
a { background-color: rgb(254,194,207); }
div.DivClassName
{
background-color: #FEC2CF;
}
.BgClassName
{
background-color: #FEC2CF;
}
</style>
border-color css
<style>
span { border-color: #FEC2CF; }
span { border-color: rgb(254,194,207); }
td.TdClassName
{
border-color: #FEC2CF;
}
.TagClassName
{
border-color: #FEC2CF;
}
</style>