Shades of Your Pink #FEC7C7
Tints of Your Pink #FEC7C7
RGB
CMYK
RGB Variations
Color information
#FEC7C7 (or 0xFEC7C7) is known color: Your Pink. HEX triplet: FE, C7 and C7. RGB value is (254,199,199). Sum of RGB (Red+Green+Blue) = 254+199+199=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7C7 is #013838. Grayscale: #D7D7D7. Windows color (decimal): -79929 or 13092862. OLE color: 13092862.
HSL color Cylindrical-coordinate representation of color #FEC7C7: hue angle of 0º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7C7 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 199 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.00 |
| HSL | 0º | 0.96% | 0.89% | - |
| HSV(B) | 0º | 0.22% | 1% | - |
| XYZ | 71.61 | 66.04 | 63.01 | - |
| YUV | 215.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 199 | 0 | 0.22 | 0.22 | 0.00 | 0 | 0.96 | 0.89 |
| Hex | FE | C7 | C7 | 0 | 16 | 16 | 0 | 0 | 60 | 59 |
| Octal | 376 | 307 | 307 | 0 | 26 | 26 | 0 | 0 | 140 | 131 |
| Binary | 11111110 | 11000111 | 11000111 | 0 | 10110 | 10110 | 0 | 0 | 1100000 | 1011001 |
Color Harmonies of #FEC7C7
Complementary color
Monochromatic Colors of #FEC7C7
Black with #FEC7C7
Text Example
Text Example
White with #FEC7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7C7; }
p { color: rgb(254,199,199); }
H1.HeaderClassName
{
color: #FEC7C7;
}
.AnyTagClassName
{
color: #FEC7C7;
}
</style>
background-color css
<style>
a { background-color: #FEC7C7; }
a { background-color: rgb(254,199,199); }
div.DivClassName
{
background-color: #FEC7C7;
}
.BgClassName
{
background-color: #FEC7C7;
}
</style>
border-color css
<style>
span { border-color: #FEC7C7; }
span { border-color: rgb(254,199,199); }
td.TdClassName
{
border-color: #FEC7C7;
}
.TagClassName
{
border-color: #FEC7C7;
}
</style>