Shades of Pink #FEC4CF
Tints of Pink #FEC4CF
RGB
CMYK
RGB Variations
Color information
#FEC4CF (or 0xFEC4CF) is known color: Pink. HEX triplet: FE, C4 and CF. RGB value is (254,196,207). Sum of RGB (Red+Green+Blue) = 254+196+207=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4CF is #013B30. Grayscale: #D6D6D6. Windows color (decimal): -80689 or 13616382. OLE color: 13616382.
HSL color Cylindrical-coordinate representation of color #FEC4CF: hue angle of 348.62º 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 #FEC4CF is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 196 | 207 | - |
CMYK | 0 | 0.23 | 0.19 | 0.00 |
HSL | 348.62º | 0.97% | 0.88% | - |
HSV(B) | 348.62º | 0.23% | 1% | - |
XYZ | 71.88 | 65.06 | 67.8 | - |
YUV | 214.6 | 123.72 | 156.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 196 | 207 | 0 | 0.23 | 0.19 | 0.00 | 348.62 | 0.97 | 0.88 |
Hex | FE | C4 | CF | 0 | 17 | 13 | 0 | 15D | 61 | 58 |
Octal | 376 | 304 | 317 | 0 | 27 | 23 | 0 | 535 | 141 | 130 |
Binary | 11111110 | 11000100 | 11001111 | 0 | 10111 | 10011 | 0 | 101011101 | 1100001 | 1011000 |
Color Harmonies of #FEC4CF
Complementary color
Monochromatic Colors of #FEC4CF
Black with #FEC4CF
Text Example
Text Example
White with #FEC4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4CF; }
p { color: rgb(254,196,207); }
H1.HeaderClassName
{
color: #FEC4CF;
}
.AnyTagClassName
{
color: #FEC4CF;
}
</style>
background-color css
<style>
a { background-color: #FEC4CF; }
a { background-color: rgb(254,196,207); }
div.DivClassName
{
background-color: #FEC4CF;
}
.BgClassName
{
background-color: #FEC4CF;
}
</style>
border-color css
<style>
span { border-color: #FEC4CF; }
span { border-color: rgb(254,196,207); }
td.TdClassName
{
border-color: #FEC4CF;
}
.TagClassName
{
border-color: #FEC4CF;
}
</style>