Shades of Your Pink #FEC6C6
Tints of Your Pink #FEC6C6
RGB
CMYK
RGB Variations
Color information
#FEC6C6 (or 0xFEC6C6) is known color: Your Pink. HEX triplet: FE, C6 and C6. RGB value is (254,198,198). Sum of RGB (Red+Green+Blue) = 254+198+198=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 198 (77.73% from 255 or 30.46% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6C6 is #013939. Grayscale: #D6D6D6. Windows color (decimal): -80186 or 13027070. OLE color: 13027070.
HSL color Cylindrical-coordinate representation of color #FEC6C6: hue angle of 0º 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 #FEC6C6 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 198 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.00 |
| HSL | 0º | 0.97% | 0.89% | - |
| HSV(B) | 0º | 0.22% | 1% | - |
| XYZ | 71.26 | 65.54 | 62.32 | - |
| YUV | 214.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 198 | 0 | 0.22 | 0.22 | 0.00 | 0 | 0.97 | 0.89 |
| Hex | FE | C6 | C6 | 0 | 16 | 16 | 0 | 0 | 61 | 59 |
| Octal | 376 | 306 | 306 | 0 | 26 | 26 | 0 | 0 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11000110 | 0 | 10110 | 10110 | 0 | 0 | 1100001 | 1011001 |
Color Harmonies of #FEC6C6
Complementary color
Monochromatic Colors of #FEC6C6
Black with #FEC6C6
Text Example
Text Example
White with #FEC6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6C6; }
p { color: rgb(254,198,198); }
H1.HeaderClassName
{
color: #FEC6C6;
}
.AnyTagClassName
{
color: #FEC6C6;
}
</style>
background-color css
<style>
a { background-color: #FEC6C6; }
a { background-color: rgb(254,198,198); }
div.DivClassName
{
background-color: #FEC6C6;
}
.BgClassName
{
background-color: #FEC6C6;
}
</style>
border-color css
<style>
span { border-color: #FEC6C6; }
span { border-color: rgb(254,198,198); }
td.TdClassName
{
border-color: #FEC6C6;
}
.TagClassName
{
border-color: #FEC6C6;
}
</style>