Shades of Peach #FED0A7
Tints of Peach #FED0A7
RGB
CMYK
RGB Variations
Color information
#FED0A7 (or 0xFED0A7) is known color: Peach. HEX triplet: FE, D0 and A7. RGB value is (254,208,167). Sum of RGB (Red+Green+Blue) = 254+208+167=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 167 (65.62% from 255 or 26.55% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED0A7 is #012F58. Grayscale: #D9D9D9. Windows color (decimal): -77657 or 10998014. OLE color: 10998014.
HSL color Cylindrical-coordinate representation of color #FED0A7: hue angle of 28.28º 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 #FED0A7 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 167 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.00 |
| HSL | 28.28º | 0.98% | 0.83% | - |
| HSV(B) | 28.28º | 0.34% | 1% | - |
| XYZ | 70.4 | 68.97 | 46.16 | - |
| YUV | 217.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 167 | 0 | 0.18 | 0.34 | 0.00 | 28.28 | 0.98 | 0.83 |
| Hex | FE | D0 | A7 | 0 | 12 | 22 | 0 | 1C | 62 | 53 |
| Octal | 376 | 320 | 247 | 0 | 22 | 42 | 0 | 34 | 142 | 123 |
| Binary | 11111110 | 11010000 | 10100111 | 0 | 10010 | 100010 | 0 | 11100 | 1100010 | 1010011 |
Color Harmonies of #FED0A7
Complementary color
Monochromatic Colors of #FED0A7
Black with #FED0A7
Text Example
Text Example
White with #FED0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0A7; }
p { color: rgb(254,208,167); }
H1.HeaderClassName
{
color: #FED0A7;
}
.AnyTagClassName
{
color: #FED0A7;
}
</style>
background-color css
<style>
a { background-color: #FED0A7; }
a { background-color: rgb(254,208,167); }
div.DivClassName
{
background-color: #FED0A7;
}
.BgClassName
{
background-color: #FED0A7;
}
</style>
border-color css
<style>
span { border-color: #FED0A7; }
span { border-color: rgb(254,208,167); }
td.TdClassName
{
border-color: #FED0A7;
}
.TagClassName
{
border-color: #FED0A7;
}
</style>