Shades of Peach #FED0A1
Tints of Peach #FED0A1
RGB
CMYK
RGB Variations
Color information
#FED0A1 (or 0xFED0A1) is known color: Peach. HEX triplet: FE, D0 and A1. RGB value is (254,208,161). Sum of RGB (Red+Green+Blue) = 254+208+161=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 161 (63.28% from 255 or 25.84% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED0A1 is #012F5E. Grayscale: #D8D8D8. Windows color (decimal): -77663 or 10604798. OLE color: 10604798.
HSL color Cylindrical-coordinate representation of color #FED0A1: hue angle of 30.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FED0A1 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 161 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.00 |
| HSL | 30.32º | 0.98% | 0.81% | - |
| HSV(B) | 30.32º | 0.37% | 1% | - |
| XYZ | 69.86 | 68.76 | 43.31 | - |
| YUV | 216.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 161 | 0 | 0.18 | 0.37 | 0.00 | 30.32 | 0.98 | 0.81 |
| Hex | FE | D0 | A1 | 0 | 12 | 25 | 0 | 1E | 62 | 51 |
| Octal | 376 | 320 | 241 | 0 | 22 | 45 | 0 | 36 | 142 | 121 |
| Binary | 11111110 | 11010000 | 10100001 | 0 | 10010 | 100101 | 0 | 11110 | 1100010 | 1010001 |
Color Harmonies of #FED0A1
Complementary color
Monochromatic Colors of #FED0A1
Black with #FED0A1
Text Example
Text Example
White with #FED0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0A1; }
p { color: rgb(254,208,161); }
H1.HeaderClassName
{
color: #FED0A1;
}
.AnyTagClassName
{
color: #FED0A1;
}
</style>
background-color css
<style>
a { background-color: #FED0A1; }
a { background-color: rgb(254,208,161); }
div.DivClassName
{
background-color: #FED0A1;
}
.BgClassName
{
background-color: #FED0A1;
}
</style>
border-color css
<style>
span { border-color: #FED0A1; }
span { border-color: rgb(254,208,161); }
td.TdClassName
{
border-color: #FED0A1;
}
.TagClassName
{
border-color: #FED0A1;
}
</style>