Shades of Pink #FEC2CD
Tints of Pink #FEC2CD
RGB
CMYK
RGB Variations
Color information
#FEC2CD (or 0xFEC2CD) is known color: Pink. HEX triplet: FE, C2 and CD. RGB value is (254,194,205). Sum of RGB (Red+Green+Blue) = 254+194+205=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2CD is #013D32. Grayscale: #D5D5D5. Windows color (decimal): -81203 or 13484798. OLE color: 13484798.
HSL color Cylindrical-coordinate representation of color #FEC2CD: hue angle of 349º 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 #FEC2CD is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 205 | - |
CMYK | 0 | 0.24 | 0.19 | 0.00 |
HSL | 349º | 0.97% | 0.88% | - |
HSV(B) | 349º | 0.24% | 1% | - |
XYZ | 71.18 | 64.06 | 66.37 | - |
YUV | 213.19 | 123.38 | 157.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 205 | 0 | 0.24 | 0.19 | 0.00 | 349 | 0.97 | 0.88 |
Hex | FE | C2 | CD | 0 | 18 | 13 | 0 | 15D | 61 | 58 |
Octal | 376 | 302 | 315 | 0 | 30 | 23 | 0 | 535 | 141 | 130 |
Binary | 11111110 | 11000010 | 11001101 | 0 | 11000 | 10011 | 0 | 101011101 | 1100001 | 1011000 |
Color Harmonies of #FEC2CD
Complementary color
Monochromatic Colors of #FEC2CD
Black with #FEC2CD
Text Example
Text Example
White with #FEC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2CD; }
p { color: rgb(254,194,205); }
H1.HeaderClassName
{
color: #FEC2CD;
}
.AnyTagClassName
{
color: #FEC2CD;
}
</style>
background-color css
<style>
a { background-color: #FEC2CD; }
a { background-color: rgb(254,194,205); }
div.DivClassName
{
background-color: #FEC2CD;
}
.BgClassName
{
background-color: #FEC2CD;
}
</style>
border-color css
<style>
span { border-color: #FEC2CD; }
span { border-color: rgb(254,194,205); }
td.TdClassName
{
border-color: #FEC2CD;
}
.TagClassName
{
border-color: #FEC2CD;
}
</style>