Shades of Your Pink #FEC7C1
Tints of Your Pink #FEC7C1
RGB
CMYK
RGB Variations
Color information
#FEC7C1 (or 0xFEC7C1) is known color: Your Pink. HEX triplet: FE, C7 and C1. RGB value is (254,199,193). Sum of RGB (Red+Green+Blue) = 254+199+193=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7C1 is #01383E. Grayscale: #D6D6D6. Windows color (decimal): -79935 or 12699646. OLE color: 12699646.
HSL color Cylindrical-coordinate representation of color #FEC7C1: hue angle of 5.9º 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 #FEC7C1 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 193 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.00 |
| HSL | 5.9º | 0.97% | 0.88% | - |
| HSV(B) | 5.9º | 0.24% | 1% | - |
| XYZ | 70.92 | 65.77 | 59.41 | - |
| YUV | 214.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 193 | 0 | 0.22 | 0.24 | 0.00 | 5.9 | 0.97 | 0.88 |
| Hex | FE | C7 | C1 | 0 | 16 | 18 | 0 | 6 | 61 | 58 |
| Octal | 376 | 307 | 301 | 0 | 26 | 30 | 0 | 6 | 141 | 130 |
| Binary | 11111110 | 11000111 | 11000001 | 0 | 10110 | 11000 | 0 | 110 | 1100001 | 1011000 |
Color Harmonies of #FEC7C1
Complementary color
Monochromatic Colors of #FEC7C1
Black with #FEC7C1
Text Example
Text Example
White with #FEC7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7C1; }
p { color: rgb(254,199,193); }
H1.HeaderClassName
{
color: #FEC7C1;
}
.AnyTagClassName
{
color: #FEC7C1;
}
</style>
background-color css
<style>
a { background-color: #FEC7C1; }
a { background-color: rgb(254,199,193); }
div.DivClassName
{
background-color: #FEC7C1;
}
.BgClassName
{
background-color: #FEC7C1;
}
</style>
border-color css
<style>
span { border-color: #FEC7C1; }
span { border-color: rgb(254,199,193); }
td.TdClassName
{
border-color: #FEC7C1;
}
.TagClassName
{
border-color: #FEC7C1;
}
</style>