Shades of Peach #FED1A5
Tints of Peach #FED1A5
RGB
CMYK
RGB Variations
Color information
#FED1A5 (or 0xFED1A5) is known color: Peach. HEX triplet: FE, D1 and A5. RGB value is (254,209,165). Sum of RGB (Red+Green+Blue) = 254+209+165=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED1A5 is #012E5A. Grayscale: #D9D9D9. Windows color (decimal): -77403 or 10867198. OLE color: 10867198.
HSL color Cylindrical-coordinate representation of color #FED1A5: hue angle of 29.66º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FED1A5 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 165 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.00 |
| HSL | 29.66º | 0.98% | 0.82% | - |
| HSV(B) | 29.66º | 0.35% | 1% | - |
| XYZ | 70.47 | 69.39 | 45.28 | - |
| YUV | 217.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 165 | 0 | 0.18 | 0.35 | 0.00 | 29.66 | 0.98 | 0.82 |
| Hex | FE | D1 | A5 | 0 | 12 | 23 | 0 | 1E | 62 | 52 |
| Octal | 376 | 321 | 245 | 0 | 22 | 43 | 0 | 36 | 142 | 122 |
| Binary | 11111110 | 11010001 | 10100101 | 0 | 10010 | 100011 | 0 | 11110 | 1100010 | 1010010 |
Color Harmonies of #FED1A5
Complementary color
Monochromatic Colors of #FED1A5
Black with #FED1A5
Text Example
Text Example
White with #FED1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1A5; }
p { color: rgb(254,209,165); }
H1.HeaderClassName
{
color: #FED1A5;
}
.AnyTagClassName
{
color: #FED1A5;
}
</style>
background-color css
<style>
a { background-color: #FED1A5; }
a { background-color: rgb(254,209,165); }
div.DivClassName
{
background-color: #FED1A5;
}
.BgClassName
{
background-color: #FED1A5;
}
</style>
border-color css
<style>
span { border-color: #FED1A5; }
span { border-color: rgb(254,209,165); }
td.TdClassName
{
border-color: #FED1A5;
}
.TagClassName
{
border-color: #FED1A5;
}
</style>