Shades of Peach Puff #FED8BC
Tints of Peach Puff #FED8BC
RGB
CMYK
RGB Variations
Color information
#FED8BC (or 0xFED8BC) is known color: Peach Puff. HEX triplet: FE, D8 and BC. RGB value is (254,216,188). Sum of RGB (Red+Green+Blue) = 254+216+188=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8BC is #012743. Grayscale: #E0E0E0. Windows color (decimal): -75588 or 12376318. OLE color: 12376318.
HSL color Cylindrical-coordinate representation of color #FED8BC: hue angle of 25.45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FED8BC is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 188 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.00 |
| HSL | 25.45º | 0.97% | 0.87% | - |
| HSV(B) | 25.45º | 0.26% | 1% | - |
| XYZ | 74.51 | 73.81 | 57.9 | - |
| YUV | 224.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 188 | 0 | 0.15 | 0.26 | 0.00 | 25.45 | 0.97 | 0.87 |
| Hex | FE | D8 | BC | 0 | F | 1A | 0 | 19 | 61 | 57 |
| Octal | 376 | 330 | 274 | 0 | 17 | 32 | 0 | 31 | 141 | 127 |
| Binary | 11111110 | 11011000 | 10111100 | 0 | 1111 | 11010 | 0 | 11001 | 1100001 | 1010111 |
Color Harmonies of #FED8BC
Complementary color
Monochromatic Colors of #FED8BC
Black with #FED8BC
Text Example
Text Example
White with #FED8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8BC; }
p { color: rgb(254,216,188); }
H1.HeaderClassName
{
color: #FED8BC;
}
.AnyTagClassName
{
color: #FED8BC;
}
</style>
background-color css
<style>
a { background-color: #FED8BC; }
a { background-color: rgb(254,216,188); }
div.DivClassName
{
background-color: #FED8BC;
}
.BgClassName
{
background-color: #FED8BC;
}
</style>
border-color css
<style>
span { border-color: #FED8BC; }
span { border-color: rgb(254,216,188); }
td.TdClassName
{
border-color: #FED8BC;
}
.TagClassName
{
border-color: #FED8BC;
}
</style>