Shades of Your Pink #FEC7C4
Tints of Your Pink #FEC7C4
RGB
CMYK
RGB Variations
Color information
#FEC7C4 (or 0xFEC7C4) is known color: Your Pink. HEX triplet: FE, C7 and C4. RGB value is (254,199,196). Sum of RGB (Red+Green+Blue) = 254+199+196=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 196 (76.95% from 255 or 30.20% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7C4 is #01383B. Grayscale: #D7D7D7. Windows color (decimal): -79932 or 12896254. OLE color: 12896254.
HSL color Cylindrical-coordinate representation of color #FEC7C4: hue angle of 3.1º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC7C4 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 196 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.00 |
| HSL | 3.1º | 0.97% | 0.88% | - |
| HSV(B) | 3.1º | 0.23% | 1% | - |
| XYZ | 71.26 | 65.9 | 61.19 | - |
| YUV | 215.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 196 | 0 | 0.22 | 0.23 | 0.00 | 3.1 | 0.97 | 0.88 |
| Hex | FE | C7 | C4 | 0 | 16 | 17 | 0 | 3 | 61 | 58 |
| Octal | 376 | 307 | 304 | 0 | 26 | 27 | 0 | 3 | 141 | 130 |
| Binary | 11111110 | 11000111 | 11000100 | 0 | 10110 | 10111 | 0 | 11 | 1100001 | 1011000 |
Color Harmonies of #FEC7C4
Complementary color
Monochromatic Colors of #FEC7C4
Black with #FEC7C4
Text Example
Text Example
White with #FEC7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7C4; }
p { color: rgb(254,199,196); }
H1.HeaderClassName
{
color: #FEC7C4;
}
.AnyTagClassName
{
color: #FEC7C4;
}
</style>
background-color css
<style>
a { background-color: #FEC7C4; }
a { background-color: rgb(254,199,196); }
div.DivClassName
{
background-color: #FEC7C4;
}
.BgClassName
{
background-color: #FEC7C4;
}
</style>
border-color css
<style>
span { border-color: #FEC7C4; }
span { border-color: rgb(254,199,196); }
td.TdClassName
{
border-color: #FEC7C4;
}
.TagClassName
{
border-color: #FEC7C4;
}
</style>