Shades of Peach Puff #FED7B9
Tints of Peach Puff #FED7B9
RGB
CMYK
RGB Variations
Color information
#FED7B9 (or 0xFED7B9) is known color: Peach Puff. HEX triplet: FE, D7 and B9. RGB value is (254,215,185). Sum of RGB (Red+Green+Blue) = 254+215+185=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 185 (72.66% from 255 or 28.29% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7B9 is #012846. Grayscale: #DFDFDF. Windows color (decimal): -75847 or 12179454. OLE color: 12179454.
HSL color Cylindrical-coordinate representation of color #FED7B9: hue angle of 26.09º 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 #FED7B9 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 185 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.00 |
| HSL | 26.09º | 0.97% | 0.86% | - |
| HSV(B) | 26.09º | 0.27% | 1% | - |
| XYZ | 73.93 | 73.17 | 56.13 | - |
| YUV | 223.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 185 | 0 | 0.15 | 0.27 | 0.00 | 26.09 | 0.97 | 0.86 |
| Hex | FE | D7 | B9 | 0 | F | 1B | 0 | 1A | 61 | 56 |
| Octal | 376 | 327 | 271 | 0 | 17 | 33 | 0 | 32 | 141 | 126 |
| Binary | 11111110 | 11010111 | 10111001 | 0 | 1111 | 11011 | 0 | 11010 | 1100001 | 1010110 |
Color Harmonies of #FED7B9
Complementary color
Monochromatic Colors of #FED7B9
Black with #FED7B9
Text Example
Text Example
White with #FED7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7B9; }
p { color: rgb(254,215,185); }
H1.HeaderClassName
{
color: #FED7B9;
}
.AnyTagClassName
{
color: #FED7B9;
}
</style>
background-color css
<style>
a { background-color: #FED7B9; }
a { background-color: rgb(254,215,185); }
div.DivClassName
{
background-color: #FED7B9;
}
.BgClassName
{
background-color: #FED7B9;
}
</style>
border-color css
<style>
span { border-color: #FED7B9; }
span { border-color: rgb(254,215,185); }
td.TdClassName
{
border-color: #FED7B9;
}
.TagClassName
{
border-color: #FED7B9;
}
</style>