Shades of Peach #FED0A3
Tints of Peach #FED0A3
RGB
CMYK
RGB Variations
Color information
#FED0A3 (or 0xFED0A3) is known color: Peach. HEX triplet: FE, D0 and A3. RGB value is (254,208,163). Sum of RGB (Red+Green+Blue) = 254+208+163=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 163 (64.06% from 255 or 26.08% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED0A3 is #012F5C. Grayscale: #D8D8D8. Windows color (decimal): -77661 or 10735870. OLE color: 10735870.
HSL color Cylindrical-coordinate representation of color #FED0A3: hue angle of 29.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FED0A3 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 163 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.00 |
| HSL | 29.67º | 0.98% | 0.82% | - |
| HSV(B) | 29.67º | 0.36% | 1% | - |
| XYZ | 70.04 | 68.83 | 44.24 | - |
| YUV | 216.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 163 | 0 | 0.18 | 0.36 | 0.00 | 29.67 | 0.98 | 0.82 |
| Hex | FE | D0 | A3 | 0 | 12 | 24 | 0 | 1E | 62 | 52 |
| Octal | 376 | 320 | 243 | 0 | 22 | 44 | 0 | 36 | 142 | 122 |
| Binary | 11111110 | 11010000 | 10100011 | 0 | 10010 | 100100 | 0 | 11110 | 1100010 | 1010010 |
Color Harmonies of #FED0A3
Complementary color
Monochromatic Colors of #FED0A3
Black with #FED0A3
Text Example
Text Example
White with #FED0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0A3; }
p { color: rgb(254,208,163); }
H1.HeaderClassName
{
color: #FED0A3;
}
.AnyTagClassName
{
color: #FED0A3;
}
</style>
background-color css
<style>
a { background-color: #FED0A3; }
a { background-color: rgb(254,208,163); }
div.DivClassName
{
background-color: #FED0A3;
}
.BgClassName
{
background-color: #FED0A3;
}
</style>
border-color css
<style>
span { border-color: #FED0A3; }
span { border-color: rgb(254,208,163); }
td.TdClassName
{
border-color: #FED0A3;
}
.TagClassName
{
border-color: #FED0A3;
}
</style>