Shades of Peach #FED1A7
Tints of Peach #FED1A7
RGB
CMYK
RGB Variations
Color information
#FED1A7 (or 0xFED1A7) is known color: Peach. HEX triplet: FE, D1 and A7. RGB value is (254,209,167). Sum of RGB (Red+Green+Blue) = 254+209+167=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 167 (65.62% from 255 or 26.51% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED1A7 is #012E58. Grayscale: #D9D9D9. Windows color (decimal): -77401 or 10998270. OLE color: 10998270.
HSL color Cylindrical-coordinate representation of color #FED1A7: hue angle of 28.97º 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 #FED1A7 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 167 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.00 |
| HSL | 28.97º | 0.98% | 0.83% | - |
| HSV(B) | 28.97º | 0.34% | 1% | - |
| XYZ | 70.65 | 69.46 | 46.24 | - |
| YUV | 217.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 167 | 0 | 0.18 | 0.34 | 0.00 | 28.97 | 0.98 | 0.83 |
| Hex | FE | D1 | A7 | 0 | 12 | 22 | 0 | 1D | 62 | 53 |
| Octal | 376 | 321 | 247 | 0 | 22 | 42 | 0 | 35 | 142 | 123 |
| Binary | 11111110 | 11010001 | 10100111 | 0 | 10010 | 100010 | 0 | 11101 | 1100010 | 1010011 |
Color Harmonies of #FED1A7
Complementary color
Monochromatic Colors of #FED1A7
Black with #FED1A7
Text Example
Text Example
White with #FED1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1A7; }
p { color: rgb(254,209,167); }
H1.HeaderClassName
{
color: #FED1A7;
}
.AnyTagClassName
{
color: #FED1A7;
}
</style>
background-color css
<style>
a { background-color: #FED1A7; }
a { background-color: rgb(254,209,167); }
div.DivClassName
{
background-color: #FED1A7;
}
.BgClassName
{
background-color: #FED1A7;
}
</style>
border-color css
<style>
span { border-color: #FED1A7; }
span { border-color: rgb(254,209,167); }
td.TdClassName
{
border-color: #FED1A7;
}
.TagClassName
{
border-color: #FED1A7;
}
</style>