Shades of Pink #FEC0CF
Tints of Pink #FEC0CF
RGB
CMYK
RGB Variations
Color information
#FEC0CF (or 0xFEC0CF) is known color: Pink. HEX triplet: FE, C0 and CF. RGB value is (254,192,207). Sum of RGB (Red+Green+Blue) = 254+192+207=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0CF is #013F30. Grayscale: #D4D4D4. Windows color (decimal): -81713 or 13615358. OLE color: 13615358.
HSL color Cylindrical-coordinate representation of color #FEC0CF: hue angle of 345.48º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0CF is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 192 | 207 | - |
CMYK | 0 | 0.24 | 0.19 | 0.00 |
HSL | 345.48º | 0.97% | 0.87% | - |
HSV(B) | 345.48º | 0.24% | 1% | - |
XYZ | 70.99 | 63.28 | 67.5 | - |
YUV | 212.25 | 125.04 | 157.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 192 | 207 | 0 | 0.24 | 0.19 | 0.00 | 345.48 | 0.97 | 0.87 |
Hex | FE | C0 | CF | 0 | 18 | 13 | 0 | 159 | 61 | 57 |
Octal | 376 | 300 | 317 | 0 | 30 | 23 | 0 | 531 | 141 | 127 |
Binary | 11111110 | 11000000 | 11001111 | 0 | 11000 | 10011 | 0 | 101011001 | 1100001 | 1010111 |
Color Harmonies of #FEC0CF
Complementary color
Monochromatic Colors of #FEC0CF
Black with #FEC0CF
Text Example
Text Example
White with #FEC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0CF; }
p { color: rgb(254,192,207); }
H1.HeaderClassName
{
color: #FEC0CF;
}
.AnyTagClassName
{
color: #FEC0CF;
}
</style>
background-color css
<style>
a { background-color: #FEC0CF; }
a { background-color: rgb(254,192,207); }
div.DivClassName
{
background-color: #FEC0CF;
}
.BgClassName
{
background-color: #FEC0CF;
}
</style>
border-color css
<style>
span { border-color: #FEC0CF; }
span { border-color: rgb(254,192,207); }
td.TdClassName
{
border-color: #FEC0CF;
}
.TagClassName
{
border-color: #FEC0CF;
}
</style>