Shades of Peach #FEC7A7
Tints of Peach #FEC7A7
RGB
CMYK
RGB Variations
Color information
#FEC7A7 (or 0xFEC7A7) is known color: Peach. HEX triplet: FE, C7 and A7. RGB value is (254,199,167). Sum of RGB (Red+Green+Blue) = 254+199+167=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 167 (65.62% from 255 or 26.94% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7A7 is #013858. Grayscale: #D3D3D3. Windows color (decimal): -79961 or 10995710. OLE color: 10995710.
HSL color Cylindrical-coordinate representation of color #FEC7A7: hue angle of 22.07º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEC7A7 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 167 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.00 |
| HSL | 22.07º | 0.98% | 0.83% | - |
| HSV(B) | 22.07º | 0.34% | 1% | - |
| XYZ | 68.27 | 64.71 | 45.45 | - |
| YUV | 211.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 167 | 0 | 0.22 | 0.34 | 0.00 | 22.07 | 0.98 | 0.83 |
| Hex | FE | C7 | A7 | 0 | 16 | 22 | 0 | 16 | 62 | 53 |
| Octal | 376 | 307 | 247 | 0 | 26 | 42 | 0 | 26 | 142 | 123 |
| Binary | 11111110 | 11000111 | 10100111 | 0 | 10110 | 100010 | 0 | 10110 | 1100010 | 1010011 |
Color Harmonies of #FEC7A7
Complementary color
Monochromatic Colors of #FEC7A7
Black with #FEC7A7
Text Example
Text Example
White with #FEC7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7A7; }
p { color: rgb(254,199,167); }
H1.HeaderClassName
{
color: #FEC7A7;
}
.AnyTagClassName
{
color: #FEC7A7;
}
</style>
background-color css
<style>
a { background-color: #FEC7A7; }
a { background-color: rgb(254,199,167); }
div.DivClassName
{
background-color: #FEC7A7;
}
.BgClassName
{
background-color: #FEC7A7;
}
</style>
border-color css
<style>
span { border-color: #FEC7A7; }
span { border-color: rgb(254,199,167); }
td.TdClassName
{
border-color: #FEC7A7;
}
.TagClassName
{
border-color: #FEC7A7;
}
</style>