Shades of Peach #FEC6A7
Tints of Peach #FEC6A7
RGB
CMYK
RGB Variations
Color information
#FEC6A7 (or 0xFEC6A7) is known color: Peach. HEX triplet: FE, C6 and A7. RGB value is (254,198,167). Sum of RGB (Red+Green+Blue) = 254+198+167=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 167 (65.62% from 255 or 26.98% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6A7 is #013958. Grayscale: #D3D3D3. Windows color (decimal): -80217 or 10995454. OLE color: 10995454.
HSL color Cylindrical-coordinate representation of color #FEC6A7: hue angle of 21.38º 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 #FEC6A7 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 167 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.00 |
| HSL | 21.38º | 0.98% | 0.83% | - |
| HSV(B) | 21.38º | 0.34% | 1% | - |
| XYZ | 68.04 | 64.25 | 45.37 | - |
| YUV | 211.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 167 | 0 | 0.22 | 0.34 | 0.00 | 21.38 | 0.98 | 0.83 |
| Hex | FE | C6 | A7 | 0 | 16 | 22 | 0 | 15 | 62 | 53 |
| Octal | 376 | 306 | 247 | 0 | 26 | 42 | 0 | 25 | 142 | 123 |
| Binary | 11111110 | 11000110 | 10100111 | 0 | 10110 | 100010 | 0 | 10101 | 1100010 | 1010011 |
Color Harmonies of #FEC6A7
Complementary color
Monochromatic Colors of #FEC6A7
Black with #FEC6A7
Text Example
Text Example
White with #FEC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6A7; }
p { color: rgb(254,198,167); }
H1.HeaderClassName
{
color: #FEC6A7;
}
.AnyTagClassName
{
color: #FEC6A7;
}
</style>
background-color css
<style>
a { background-color: #FEC6A7; }
a { background-color: rgb(254,198,167); }
div.DivClassName
{
background-color: #FEC6A7;
}
.BgClassName
{
background-color: #FEC6A7;
}
</style>
border-color css
<style>
span { border-color: #FEC6A7; }
span { border-color: rgb(254,198,167); }
td.TdClassName
{
border-color: #FEC6A7;
}
.TagClassName
{
border-color: #FEC6A7;
}
</style>