Shades of Your Pink #FEC6C0
Tints of Your Pink #FEC6C0
RGB
CMYK
RGB Variations
Color information
#FEC6C0 (or 0xFEC6C0) is known color: Your Pink. HEX triplet: FE, C6 and C0. RGB value is (254,198,192). Sum of RGB (Red+Green+Blue) = 254+198+192=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6C0 is #01393F. Grayscale: #D6D6D6. Windows color (decimal): -80192 or 12633854. OLE color: 12633854.
HSL color Cylindrical-coordinate representation of color #FEC6C0: hue angle of 5.81º 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 #FEC6C0 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 192 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.00 |
| HSL | 5.81º | 0.97% | 0.87% | - |
| HSV(B) | 5.81º | 0.24% | 1% | - |
| XYZ | 70.58 | 65.26 | 58.75 | - |
| YUV | 214.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 192 | 0 | 0.22 | 0.24 | 0.00 | 5.81 | 0.97 | 0.87 |
| Hex | FE | C6 | C0 | 0 | 16 | 18 | 0 | 6 | 61 | 57 |
| Octal | 376 | 306 | 300 | 0 | 26 | 30 | 0 | 6 | 141 | 127 |
| Binary | 11111110 | 11000110 | 11000000 | 0 | 10110 | 11000 | 0 | 110 | 1100001 | 1010111 |
Color Harmonies of #FEC6C0
Complementary color
Monochromatic Colors of #FEC6C0
Black with #FEC6C0
Text Example
Text Example
White with #FEC6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6C0; }
p { color: rgb(254,198,192); }
H1.HeaderClassName
{
color: #FEC6C0;
}
.AnyTagClassName
{
color: #FEC6C0;
}
</style>
background-color css
<style>
a { background-color: #FEC6C0; }
a { background-color: rgb(254,198,192); }
div.DivClassName
{
background-color: #FEC6C0;
}
.BgClassName
{
background-color: #FEC6C0;
}
</style>
border-color css
<style>
span { border-color: #FEC6C0; }
span { border-color: rgb(254,198,192); }
td.TdClassName
{
border-color: #FEC6C0;
}
.TagClassName
{
border-color: #FEC6C0;
}
</style>