Shades of Pink #FEC6CE
Tints of Pink #FEC6CE
RGB
CMYK
RGB Variations
Color information
#FEC6CE (or 0xFEC6CE) is known color: Pink. HEX triplet: FE, C6 and CE. RGB value is (254,198,206). Sum of RGB (Red+Green+Blue) = 254+198+206=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6CE is #013931. Grayscale: #D7D7D7. Windows color (decimal): -80178 or 13551358. OLE color: 13551358.
HSL color Cylindrical-coordinate representation of color #FEC6CE: hue angle of 351.43º 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 #FEC6CE is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 206 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.00 |
| HSL | 351.43º | 0.97% | 0.89% | - |
| HSV(B) | 351.43º | 0.22% | 1% | - |
| XYZ | 72.21 | 65.92 | 67.31 | - |
| YUV | 215.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 206 | 0 | 0.22 | 0.19 | 0.00 | 351.43 | 0.97 | 0.89 |
| Hex | FE | C6 | CE | 0 | 16 | 13 | 0 | 15F | 61 | 59 |
| Octal | 376 | 306 | 316 | 0 | 26 | 23 | 0 | 537 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11001110 | 0 | 10110 | 10011 | 0 | 101011111 | 1100001 | 1011001 |
Color Harmonies of #FEC6CE
Complementary color
Monochromatic Colors of #FEC6CE
Black with #FEC6CE
Text Example
Text Example
White with #FEC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6CE; }
p { color: rgb(254,198,206); }
H1.HeaderClassName
{
color: #FEC6CE;
}
.AnyTagClassName
{
color: #FEC6CE;
}
</style>
background-color css
<style>
a { background-color: #FEC6CE; }
a { background-color: rgb(254,198,206); }
div.DivClassName
{
background-color: #FEC6CE;
}
.BgClassName
{
background-color: #FEC6CE;
}
</style>
border-color css
<style>
span { border-color: #FEC6CE; }
span { border-color: rgb(254,198,206); }
td.TdClassName
{
border-color: #FEC6CE;
}
.TagClassName
{
border-color: #FEC6CE;
}
</style>