Shades of Peach Puff #FEDAB8
Tints of Peach Puff #FEDAB8
RGB
CMYK
RGB Variations
Color information
#FEDAB8 (or 0xFEDAB8) is known color: Peach Puff. HEX triplet: FE, DA and B8. RGB value is (254,218,184). Sum of RGB (Red+Green+Blue) = 254+218+184=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 184 (72.27% from 255 or 28.05% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAB8 is #012547. Grayscale: #E1E1E1. Windows color (decimal): -75080 or 12114686. OLE color: 12114686.
HSL color Cylindrical-coordinate representation of color #FEDAB8: hue angle of 29.14º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEDAB8 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 184 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.00 |
| HSL | 29.14º | 0.97% | 0.86% | - |
| HSV(B) | 29.14º | 0.28% | 1% | - |
| XYZ | 74.6 | 74.67 | 55.83 | - |
| YUV | 224.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 184 | 0 | 0.14 | 0.28 | 0.00 | 29.14 | 0.97 | 0.86 |
| Hex | FE | DA | B8 | 0 | E | 1C | 0 | 1D | 61 | 56 |
| Octal | 376 | 332 | 270 | 0 | 16 | 34 | 0 | 35 | 141 | 126 |
| Binary | 11111110 | 11011010 | 10111000 | 0 | 1110 | 11100 | 0 | 11101 | 1100001 | 1010110 |
Color Harmonies of #FEDAB8
Complementary color
Monochromatic Colors of #FEDAB8
Black with #FEDAB8
Text Example
Text Example
White with #FEDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAB8; }
p { color: rgb(254,218,184); }
H1.HeaderClassName
{
color: #FEDAB8;
}
.AnyTagClassName
{
color: #FEDAB8;
}
</style>
background-color css
<style>
a { background-color: #FEDAB8; }
a { background-color: rgb(254,218,184); }
div.DivClassName
{
background-color: #FEDAB8;
}
.BgClassName
{
background-color: #FEDAB8;
}
</style>
border-color css
<style>
span { border-color: #FEDAB8; }
span { border-color: rgb(254,218,184); }
td.TdClassName
{
border-color: #FEDAB8;
}
.TagClassName
{
border-color: #FEDAB8;
}
</style>