Shades of Peach #FEC8A6
Tints of Peach #FEC8A6
RGB
CMYK
RGB Variations
Color information
#FEC8A6 (or 0xFEC8A6) is known color: Peach. HEX triplet: FE, C8 and A6. RGB value is (254,200,166). Sum of RGB (Red+Green+Blue) = 254+200+166=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8A6 is #013759. Grayscale: #D4D4D4. Windows color (decimal): -79706 or 10930430. OLE color: 10930430.
HSL color Cylindrical-coordinate representation of color #FEC8A6: hue angle of 23.18º 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 #FEC8A6 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 166 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.00 |
| HSL | 23.18º | 0.98% | 0.82% | - |
| HSV(B) | 23.18º | 0.35% | 1% | - |
| XYZ | 68.41 | 65.13 | 45.04 | - |
| YUV | 212.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 166 | 0 | 0.21 | 0.35 | 0.00 | 23.18 | 0.98 | 0.82 |
| Hex | FE | C8 | A6 | 0 | 15 | 23 | 0 | 17 | 62 | 52 |
| Octal | 376 | 310 | 246 | 0 | 25 | 43 | 0 | 27 | 142 | 122 |
| Binary | 11111110 | 11001000 | 10100110 | 0 | 10101 | 100011 | 0 | 10111 | 1100010 | 1010010 |
Color Harmonies of #FEC8A6
Complementary color
Monochromatic Colors of #FEC8A6
Black with #FEC8A6
Text Example
Text Example
White with #FEC8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8A6; }
p { color: rgb(254,200,166); }
H1.HeaderClassName
{
color: #FEC8A6;
}
.AnyTagClassName
{
color: #FEC8A6;
}
</style>
background-color css
<style>
a { background-color: #FEC8A6; }
a { background-color: rgb(254,200,166); }
div.DivClassName
{
background-color: #FEC8A6;
}
.BgClassName
{
background-color: #FEC8A6;
}
</style>
border-color css
<style>
span { border-color: #FEC8A6; }
span { border-color: rgb(254,200,166); }
td.TdClassName
{
border-color: #FEC8A6;
}
.TagClassName
{
border-color: #FEC8A6;
}
</style>