Shades of Peach #FED1A8
Tints of Peach #FED1A8
RGB
CMYK
RGB Variations
Color information
#FED1A8 (or 0xFED1A8) is known color: Peach. HEX triplet: FE, D1 and A8. RGB value is (254,209,168). Sum of RGB (Red+Green+Blue) = 254+209+168=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 168 (66.02% from 255 or 26.62% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED1A8 is #012E57. Grayscale: #D9D9D9. Windows color (decimal): -77400 or 11063806. OLE color: 11063806.
HSL color Cylindrical-coordinate representation of color #FED1A8: hue angle of 28.6º 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 #FED1A8 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 168 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.00 |
| HSL | 28.6º | 0.98% | 0.83% | - |
| HSV(B) | 28.6º | 0.34% | 1% | - |
| XYZ | 70.74 | 69.5 | 46.73 | - |
| YUV | 217.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 168 | 0 | 0.18 | 0.34 | 0.00 | 28.6 | 0.98 | 0.83 |
| Hex | FE | D1 | A8 | 0 | 12 | 22 | 0 | 1D | 62 | 53 |
| Octal | 376 | 321 | 250 | 0 | 22 | 42 | 0 | 35 | 142 | 123 |
| Binary | 11111110 | 11010001 | 10101000 | 0 | 10010 | 100010 | 0 | 11101 | 1100010 | 1010011 |
Color Harmonies of #FED1A8
Complementary color
Monochromatic Colors of #FED1A8
Black with #FED1A8
Text Example
Text Example
White with #FED1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1A8; }
p { color: rgb(254,209,168); }
H1.HeaderClassName
{
color: #FED1A8;
}
.AnyTagClassName
{
color: #FED1A8;
}
</style>
background-color css
<style>
a { background-color: #FED1A8; }
a { background-color: rgb(254,209,168); }
div.DivClassName
{
background-color: #FED1A8;
}
.BgClassName
{
background-color: #FED1A8;
}
</style>
border-color css
<style>
span { border-color: #FED1A8; }
span { border-color: rgb(254,209,168); }
td.TdClassName
{
border-color: #FED1A8;
}
.TagClassName
{
border-color: #FED1A8;
}
</style>