Shades of Pink #FEC4CC
Tints of Pink #FEC4CC
RGB
CMYK
RGB Variations
Color information
#FEC4CC (or 0xFEC4CC) is known color: Pink. HEX triplet: FE, C4 and CC. RGB value is (254,196,204). Sum of RGB (Red+Green+Blue) = 254+196+204=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4CC is #013B33. Grayscale: #D6D6D6. Windows color (decimal): -80692 or 13419774. OLE color: 13419774.
HSL color Cylindrical-coordinate representation of color #FEC4CC: hue angle of 351.72º 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 #FEC4CC is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 196 | 204 | - |
CMYK | 0 | 0.23 | 0.20 | 0.00 |
HSL | 351.72º | 0.97% | 0.88% | - |
HSV(B) | 351.72º | 0.23% | 1% | - |
XYZ | 71.51 | 64.91 | 65.89 | - |
YUV | 214.25 | 122.22 | 156.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 196 | 204 | 0 | 0.23 | 0.20 | 0.00 | 351.72 | 0.97 | 0.88 |
Hex | FE | C4 | CC | 0 | 17 | 14 | 0 | 160 | 61 | 58 |
Octal | 376 | 304 | 314 | 0 | 27 | 24 | 0 | 540 | 141 | 130 |
Binary | 11111110 | 11000100 | 11001100 | 0 | 10111 | 10100 | 0 | 101100000 | 1100001 | 1011000 |
Color Harmonies of #FEC4CC
Complementary color
Monochromatic Colors of #FEC4CC
Black with #FEC4CC
Text Example
Text Example
White with #FEC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4CC; }
p { color: rgb(254,196,204); }
H1.HeaderClassName
{
color: #FEC4CC;
}
.AnyTagClassName
{
color: #FEC4CC;
}
</style>
background-color css
<style>
a { background-color: #FEC4CC; }
a { background-color: rgb(254,196,204); }
div.DivClassName
{
background-color: #FEC4CC;
}
.BgClassName
{
background-color: #FEC4CC;
}
</style>
border-color css
<style>
span { border-color: #FEC4CC; }
span { border-color: rgb(254,196,204); }
td.TdClassName
{
border-color: #FEC4CC;
}
.TagClassName
{
border-color: #FEC4CC;
}
</style>