Shades of Pink #FEC5CF
Tints of Pink #FEC5CF
RGB
CMYK
RGB Variations
Color information
#FEC5CF (or 0xFEC5CF) is known color: Pink. HEX triplet: FE, C5 and CF. RGB value is (254,197,207). Sum of RGB (Red+Green+Blue) = 254+197+207=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5CF is #013A30. Grayscale: #D7D7D7. Windows color (decimal): -80433 or 13616638. OLE color: 13616638.
HSL color Cylindrical-coordinate representation of color #FEC5CF: hue angle of 349.47º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5CF is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 207 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.00 |
| HSL | 349.47º | 0.97% | 0.88% | - |
| HSV(B) | 349.47º | 0.22% | 1% | - |
| XYZ | 72.1 | 65.51 | 67.88 | - |
| YUV | 215.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 207 | 0 | 0.22 | 0.19 | 0.00 | 349.47 | 0.97 | 0.88 |
| Hex | FE | C5 | CF | 0 | 16 | 13 | 0 | 15D | 61 | 58 |
| Octal | 376 | 305 | 317 | 0 | 26 | 23 | 0 | 535 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11001111 | 0 | 10110 | 10011 | 0 | 101011101 | 1100001 | 1011000 |
Color Harmonies of #FEC5CF
Complementary color
Monochromatic Colors of #FEC5CF
Black with #FEC5CF
Text Example
Text Example
White with #FEC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5CF; }
p { color: rgb(254,197,207); }
H1.HeaderClassName
{
color: #FEC5CF;
}
.AnyTagClassName
{
color: #FEC5CF;
}
</style>
background-color css
<style>
a { background-color: #FEC5CF; }
a { background-color: rgb(254,197,207); }
div.DivClassName
{
background-color: #FEC5CF;
}
.BgClassName
{
background-color: #FEC5CF;
}
</style>
border-color css
<style>
span { border-color: #FEC5CF; }
span { border-color: rgb(254,197,207); }
td.TdClassName
{
border-color: #FEC5CF;
}
.TagClassName
{
border-color: #FEC5CF;
}
</style>