Shades of Peach Puff #FED9BA
Tints of Peach Puff #FED9BA
RGB
CMYK
RGB Variations
Color information
#FED9BA (or 0xFED9BA) is known color: Peach Puff. HEX triplet: FE, D9 and BA. RGB value is (254,217,186). Sum of RGB (Red+Green+Blue) = 254+217+186=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9BA is #012645. Grayscale: #E0E0E0. Windows color (decimal): -75334 or 12245502. OLE color: 12245502.
HSL color Cylindrical-coordinate representation of color #FED9BA: hue angle of 27.35º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FED9BA is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 186 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.00 |
| HSL | 27.35º | 0.97% | 0.86% | - |
| HSV(B) | 27.35º | 0.27% | 1% | - |
| XYZ | 74.55 | 74.24 | 56.86 | - |
| YUV | 224.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 186 | 0 | 0.15 | 0.27 | 0.00 | 27.35 | 0.97 | 0.86 |
| Hex | FE | D9 | BA | 0 | F | 1B | 0 | 1B | 61 | 56 |
| Octal | 376 | 331 | 272 | 0 | 17 | 33 | 0 | 33 | 141 | 126 |
| Binary | 11111110 | 11011001 | 10111010 | 0 | 1111 | 11011 | 0 | 11011 | 1100001 | 1010110 |
Color Harmonies of #FED9BA
Complementary color
Monochromatic Colors of #FED9BA
Black with #FED9BA
Text Example
Text Example
White with #FED9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9BA; }
p { color: rgb(254,217,186); }
H1.HeaderClassName
{
color: #FED9BA;
}
.AnyTagClassName
{
color: #FED9BA;
}
</style>
background-color css
<style>
a { background-color: #FED9BA; }
a { background-color: rgb(254,217,186); }
div.DivClassName
{
background-color: #FED9BA;
}
.BgClassName
{
background-color: #FED9BA;
}
</style>
border-color css
<style>
span { border-color: #FED9BA; }
span { border-color: rgb(254,217,186); }
td.TdClassName
{
border-color: #FED9BA;
}
.TagClassName
{
border-color: #FED9BA;
}
</style>