Shades of Your Pink #FEC9C1
Tints of Your Pink #FEC9C1
RGB
CMYK
RGB Variations
Color information
#FEC9C1 (or 0xFEC9C1) is known color: Your Pink. HEX triplet: FE, C9 and C1. RGB value is (254,201,193). Sum of RGB (Red+Green+Blue) = 254+201+193=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9C1 is #01363E. Grayscale: #D8D8D8. Windows color (decimal): -79423 or 12700158. OLE color: 12700158.
HSL color Cylindrical-coordinate representation of color #FEC9C1: hue angle of 7.87º 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 #FEC9C1 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 193 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.00 |
| HSL | 7.87º | 0.97% | 0.88% | - |
| HSV(B) | 7.87º | 0.24% | 1% | - |
| XYZ | 71.39 | 66.69 | 59.56 | - |
| YUV | 215.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 193 | 0 | 0.21 | 0.24 | 0.00 | 7.87 | 0.97 | 0.88 |
| Hex | FE | C9 | C1 | 0 | 15 | 18 | 0 | 8 | 61 | 58 |
| Octal | 376 | 311 | 301 | 0 | 25 | 30 | 0 | 10 | 141 | 130 |
| Binary | 11111110 | 11001001 | 11000001 | 0 | 10101 | 11000 | 0 | 1000 | 1100001 | 1011000 |
Color Harmonies of #FEC9C1
Complementary color
Monochromatic Colors of #FEC9C1
Black with #FEC9C1
Text Example
Text Example
White with #FEC9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9C1; }
p { color: rgb(254,201,193); }
H1.HeaderClassName
{
color: #FEC9C1;
}
.AnyTagClassName
{
color: #FEC9C1;
}
</style>
background-color css
<style>
a { background-color: #FEC9C1; }
a { background-color: rgb(254,201,193); }
div.DivClassName
{
background-color: #FEC9C1;
}
.BgClassName
{
background-color: #FEC9C1;
}
</style>
border-color css
<style>
span { border-color: #FEC9C1; }
span { border-color: rgb(254,201,193); }
td.TdClassName
{
border-color: #FEC9C1;
}
.TagClassName
{
border-color: #FEC9C1;
}
</style>