Shades of Peach Puff #FED9BC
Tints of Peach Puff #FED9BC
RGB
CMYK
RGB Variations
Color information
#FED9BC (or 0xFED9BC) is known color: Peach Puff. HEX triplet: FE, D9 and BC. RGB value is (254,217,188). Sum of RGB (Red+Green+Blue) = 254+217+188=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9BC is #012643. Grayscale: #E0E0E0. Windows color (decimal): -75332 or 12376574. OLE color: 12376574.
HSL color Cylindrical-coordinate representation of color #FED9BC: hue angle of 26.36º 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 #FED9BC is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 188 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.00 |
| HSL | 26.36º | 0.97% | 0.87% | - |
| HSV(B) | 26.36º | 0.26% | 1% | - |
| XYZ | 74.76 | 74.33 | 57.98 | - |
| YUV | 224.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 188 | 0 | 0.15 | 0.26 | 0.00 | 26.36 | 0.97 | 0.87 |
| Hex | FE | D9 | BC | 0 | F | 1A | 0 | 1A | 61 | 57 |
| Octal | 376 | 331 | 274 | 0 | 17 | 32 | 0 | 32 | 141 | 127 |
| Binary | 11111110 | 11011001 | 10111100 | 0 | 1111 | 11010 | 0 | 11010 | 1100001 | 1010111 |
Color Harmonies of #FED9BC
Complementary color
Monochromatic Colors of #FED9BC
Black with #FED9BC
Text Example
Text Example
White with #FED9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9BC; }
p { color: rgb(254,217,188); }
H1.HeaderClassName
{
color: #FED9BC;
}
.AnyTagClassName
{
color: #FED9BC;
}
</style>
background-color css
<style>
a { background-color: #FED9BC; }
a { background-color: rgb(254,217,188); }
div.DivClassName
{
background-color: #FED9BC;
}
.BgClassName
{
background-color: #FED9BC;
}
</style>
border-color css
<style>
span { border-color: #FED9BC; }
span { border-color: rgb(254,217,188); }
td.TdClassName
{
border-color: #FED9BC;
}
.TagClassName
{
border-color: #FED9BC;
}
</style>