Shades of Peach #FEC7AA
Tints of Peach #FEC7AA
RGB
CMYK
RGB Variations
Color information
#FEC7AA (or 0xFEC7AA) is known color: Peach. HEX triplet: FE, C7 and AA. RGB value is (254,199,170). Sum of RGB (Red+Green+Blue) = 254+199+170=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7AA is #013855. Grayscale: #D4D4D4. Windows color (decimal): -79958 or 11192318. OLE color: 11192318.
HSL color Cylindrical-coordinate representation of color #FEC7AA: hue angle of 20.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEC7AA is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 170 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.00 |
| HSL | 20.71º | 0.98% | 0.83% | - |
| HSV(B) | 20.71º | 0.33% | 1% | - |
| XYZ | 68.55 | 64.82 | 46.93 | - |
| YUV | 212.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 170 | 0 | 0.22 | 0.33 | 0.00 | 20.71 | 0.98 | 0.83 |
| Hex | FE | C7 | AA | 0 | 16 | 21 | 0 | 15 | 62 | 53 |
| Octal | 376 | 307 | 252 | 0 | 26 | 41 | 0 | 25 | 142 | 123 |
| Binary | 11111110 | 11000111 | 10101010 | 0 | 10110 | 100001 | 0 | 10101 | 1100010 | 1010011 |
Color Harmonies of #FEC7AA
Complementary color
Monochromatic Colors of #FEC7AA
Black with #FEC7AA
Text Example
Text Example
White with #FEC7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7AA; }
p { color: rgb(254,199,170); }
H1.HeaderClassName
{
color: #FEC7AA;
}
.AnyTagClassName
{
color: #FEC7AA;
}
</style>
background-color css
<style>
a { background-color: #FEC7AA; }
a { background-color: rgb(254,199,170); }
div.DivClassName
{
background-color: #FEC7AA;
}
.BgClassName
{
background-color: #FEC7AA;
}
</style>
border-color css
<style>
span { border-color: #FEC7AA; }
span { border-color: rgb(254,199,170); }
td.TdClassName
{
border-color: #FEC7AA;
}
.TagClassName
{
border-color: #FEC7AA;
}
</style>