Shades of Pink #FEC6CF
Tints of Pink #FEC6CF
RGB
CMYK
RGB Variations
Color information
#FEC6CF (or 0xFEC6CF) is known color: Pink. HEX triplet: FE, C6 and CF. RGB value is (254,198,207). Sum of RGB (Red+Green+Blue) = 254+198+207=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6CF is #013930. Grayscale: #D7D7D7. Windows color (decimal): -80177 or 13616894. OLE color: 13616894.
HSL color Cylindrical-coordinate representation of color #FEC6CF: hue angle of 350.36º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC6CF is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 207 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.00 |
| HSL | 350.36º | 0.97% | 0.89% | - |
| HSV(B) | 350.36º | 0.22% | 1% | - |
| XYZ | 72.33 | 65.96 | 67.95 | - |
| YUV | 215.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 207 | 0 | 0.22 | 0.19 | 0.00 | 350.36 | 0.97 | 0.89 |
| Hex | FE | C6 | CF | 0 | 16 | 13 | 0 | 15E | 61 | 59 |
| Octal | 376 | 306 | 317 | 0 | 26 | 23 | 0 | 536 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11001111 | 0 | 10110 | 10011 | 0 | 101011110 | 1100001 | 1011001 |
Color Harmonies of #FEC6CF
Complementary color
Monochromatic Colors of #FEC6CF
Black with #FEC6CF
Text Example
Text Example
White with #FEC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6CF; }
p { color: rgb(254,198,207); }
H1.HeaderClassName
{
color: #FEC6CF;
}
.AnyTagClassName
{
color: #FEC6CF;
}
</style>
background-color css
<style>
a { background-color: #FEC6CF; }
a { background-color: rgb(254,198,207); }
div.DivClassName
{
background-color: #FEC6CF;
}
.BgClassName
{
background-color: #FEC6CF;
}
</style>
border-color css
<style>
span { border-color: #FEC6CF; }
span { border-color: rgb(254,198,207); }
td.TdClassName
{
border-color: #FEC6CF;
}
.TagClassName
{
border-color: #FEC6CF;
}
</style>