Shades of Peach #FEC7A5
Tints of Peach #FEC7A5
RGB
CMYK
RGB Variations
Color information
#FEC7A5 (or 0xFEC7A5) is known color: Peach. HEX triplet: FE, C7 and A5. RGB value is (254,199,165). Sum of RGB (Red+Green+Blue) = 254+199+165=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 165 (64.84% from 255 or 26.70% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7A5 is #01385A. Grayscale: #D3D3D3. Windows color (decimal): -79963 or 10864638. OLE color: 10864638.
HSL color Cylindrical-coordinate representation of color #FEC7A5: hue angle of 22.92º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEC7A5 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 165 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.00 |
| HSL | 22.92º | 0.98% | 0.82% | - |
| HSV(B) | 22.92º | 0.35% | 1% | - |
| XYZ | 68.09 | 64.63 | 44.48 | - |
| YUV | 211.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 165 | 0 | 0.22 | 0.35 | 0.00 | 22.92 | 0.98 | 0.82 |
| Hex | FE | C7 | A5 | 0 | 16 | 23 | 0 | 17 | 62 | 52 |
| Octal | 376 | 307 | 245 | 0 | 26 | 43 | 0 | 27 | 142 | 122 |
| Binary | 11111110 | 11000111 | 10100101 | 0 | 10110 | 100011 | 0 | 10111 | 1100010 | 1010010 |
Color Harmonies of #FEC7A5
Complementary color
Monochromatic Colors of #FEC7A5
Black with #FEC7A5
Text Example
Text Example
White with #FEC7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7A5; }
p { color: rgb(254,199,165); }
H1.HeaderClassName
{
color: #FEC7A5;
}
.AnyTagClassName
{
color: #FEC7A5;
}
</style>
background-color css
<style>
a { background-color: #FEC7A5; }
a { background-color: rgb(254,199,165); }
div.DivClassName
{
background-color: #FEC7A5;
}
.BgClassName
{
background-color: #FEC7A5;
}
</style>
border-color css
<style>
span { border-color: #FEC7A5; }
span { border-color: rgb(254,199,165); }
td.TdClassName
{
border-color: #FEC7A5;
}
.TagClassName
{
border-color: #FEC7A5;
}
</style>