Shades of Peach #FECEA7
Tints of Peach #FECEA7
RGB
CMYK
RGB Variations
Color information
#FECEA7 (or 0xFECEA7) is known color: Peach. HEX triplet: FE, CE and A7. RGB value is (254,206,167). Sum of RGB (Red+Green+Blue) = 254+206+167=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 167 (65.62% from 255 or 26.63% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEA7 is #013158. Grayscale: #D8D8D8. Windows color (decimal): -78169 or 10997502. OLE color: 10997502.
HSL color Cylindrical-coordinate representation of color #FECEA7: hue angle of 26.9º 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 #FECEA7 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 167 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.00 |
| HSL | 26.9º | 0.98% | 0.83% | - |
| HSV(B) | 26.9º | 0.34% | 1% | - |
| XYZ | 69.92 | 68 | 46 | - |
| YUV | 215.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 167 | 0 | 0.19 | 0.34 | 0.00 | 26.9 | 0.98 | 0.83 |
| Hex | FE | CE | A7 | 0 | 13 | 22 | 0 | 1B | 62 | 53 |
| Octal | 376 | 316 | 247 | 0 | 23 | 42 | 0 | 33 | 142 | 123 |
| Binary | 11111110 | 11001110 | 10100111 | 0 | 10011 | 100010 | 0 | 11011 | 1100010 | 1010011 |
Color Harmonies of #FECEA7
Complementary color
Monochromatic Colors of #FECEA7
Black with #FECEA7
Text Example
Text Example
White with #FECEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEA7; }
p { color: rgb(254,206,167); }
H1.HeaderClassName
{
color: #FECEA7;
}
.AnyTagClassName
{
color: #FECEA7;
}
</style>
background-color css
<style>
a { background-color: #FECEA7; }
a { background-color: rgb(254,206,167); }
div.DivClassName
{
background-color: #FECEA7;
}
.BgClassName
{
background-color: #FECEA7;
}
</style>
border-color css
<style>
span { border-color: #FECEA7; }
span { border-color: rgb(254,206,167); }
td.TdClassName
{
border-color: #FECEA7;
}
.TagClassName
{
border-color: #FECEA7;
}
</style>