Shades of Your Pink #FEC6C1
Tints of Your Pink #FEC6C1
RGB
CMYK
RGB Variations
Color information
#FEC6C1 (or 0xFEC6C1) is known color: Your Pink. HEX triplet: FE, C6 and C1. RGB value is (254,198,193). Sum of RGB (Red+Green+Blue) = 254+198+193=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6C1 is #01393E. Grayscale: #D6D6D6. Windows color (decimal): -80191 or 12699390. OLE color: 12699390.
HSL color Cylindrical-coordinate representation of color #FEC6C1: hue angle of 4.92º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC6C1 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 193 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.00 |
| HSL | 4.92º | 0.97% | 0.88% | - |
| HSV(B) | 4.92º | 0.24% | 1% | - |
| XYZ | 70.69 | 65.31 | 59.33 | - |
| YUV | 214.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 193 | 0 | 0.22 | 0.24 | 0.00 | 4.92 | 0.97 | 0.88 |
| Hex | FE | C6 | C1 | 0 | 16 | 18 | 0 | 5 | 61 | 58 |
| Octal | 376 | 306 | 301 | 0 | 26 | 30 | 0 | 5 | 141 | 130 |
| Binary | 11111110 | 11000110 | 11000001 | 0 | 10110 | 11000 | 0 | 101 | 1100001 | 1011000 |
Color Harmonies of #FEC6C1
Complementary color
Monochromatic Colors of #FEC6C1
Black with #FEC6C1
Text Example
Text Example
White with #FEC6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6C1; }
p { color: rgb(254,198,193); }
H1.HeaderClassName
{
color: #FEC6C1;
}
.AnyTagClassName
{
color: #FEC6C1;
}
</style>
background-color css
<style>
a { background-color: #FEC6C1; }
a { background-color: rgb(254,198,193); }
div.DivClassName
{
background-color: #FEC6C1;
}
.BgClassName
{
background-color: #FEC6C1;
}
</style>
border-color css
<style>
span { border-color: #FEC6C1; }
span { border-color: rgb(254,198,193); }
td.TdClassName
{
border-color: #FEC6C1;
}
.TagClassName
{
border-color: #FEC6C1;
}
</style>