Shades of Pink #FEC4CE
Tints of Pink #FEC4CE
RGB
CMYK
RGB Variations
Color information
#FEC4CE (or 0xFEC4CE) is known color: Pink. HEX triplet: FE, C4 and CE. RGB value is (254,196,206). Sum of RGB (Red+Green+Blue) = 254+196+206=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4CE is #013B31. Grayscale: #D6D6D6. Windows color (decimal): -80690 or 13550846. OLE color: 13550846.
HSL color Cylindrical-coordinate representation of color #FEC4CE: hue angle of 349.66º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC4CE is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 196 | 206 | - |
CMYK | 0 | 0.23 | 0.19 | 0.00 |
HSL | 349.66º | 0.97% | 0.88% | - |
HSV(B) | 349.66º | 0.23% | 1% | - |
XYZ | 71.75 | 65.01 | 67.16 | - |
YUV | 214.48 | 123.22 | 156.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 196 | 206 | 0 | 0.23 | 0.19 | 0.00 | 349.66 | 0.97 | 0.88 |
Hex | FE | C4 | CE | 0 | 17 | 13 | 0 | 15E | 61 | 58 |
Octal | 376 | 304 | 316 | 0 | 27 | 23 | 0 | 536 | 141 | 130 |
Binary | 11111110 | 11000100 | 11001110 | 0 | 10111 | 10011 | 0 | 101011110 | 1100001 | 1011000 |
Color Harmonies of #FEC4CE
Complementary color
Monochromatic Colors of #FEC4CE
Black with #FEC4CE
Text Example
Text Example
White with #FEC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4CE; }
p { color: rgb(254,196,206); }
H1.HeaderClassName
{
color: #FEC4CE;
}
.AnyTagClassName
{
color: #FEC4CE;
}
</style>
background-color css
<style>
a { background-color: #FEC4CE; }
a { background-color: rgb(254,196,206); }
div.DivClassName
{
background-color: #FEC4CE;
}
.BgClassName
{
background-color: #FEC4CE;
}
</style>
border-color css
<style>
span { border-color: #FEC4CE; }
span { border-color: rgb(254,196,206); }
td.TdClassName
{
border-color: #FEC4CE;
}
.TagClassName
{
border-color: #FEC4CE;
}
</style>