Shades of Peach Puff #FEDCBD
Tints of Peach Puff #FEDCBD
RGB
CMYK
RGB Variations
Color information
#FEDCBD (or 0xFEDCBD) is known color: Peach Puff. HEX triplet: FE, DC and BD. RGB value is (254,220,189). Sum of RGB (Red+Green+Blue) = 254+220+189=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCBD is #012342. Grayscale: #E2E2E2. Windows color (decimal): -74563 or 12442878. OLE color: 12442878.
HSL color Cylindrical-coordinate representation of color #FEDCBD: hue angle of 28.62º 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 #FEDCBD is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 189 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.00 |
| HSL | 28.62º | 0.97% | 0.87% | - |
| HSV(B) | 28.62º | 0.26% | 1% | - |
| XYZ | 75.65 | 75.93 | 58.81 | - |
| YUV | 226.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 189 | 0 | 0.13 | 0.26 | 0.00 | 28.62 | 0.97 | 0.87 |
| Hex | FE | DC | BD | 0 | D | 1A | 0 | 1D | 61 | 57 |
| Octal | 376 | 334 | 275 | 0 | 15 | 32 | 0 | 35 | 141 | 127 |
| Binary | 11111110 | 11011100 | 10111101 | 0 | 1101 | 11010 | 0 | 11101 | 1100001 | 1010111 |
Color Harmonies of #FEDCBD
Complementary color
Monochromatic Colors of #FEDCBD
Black with #FEDCBD
Text Example
Text Example
White with #FEDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCBD; }
p { color: rgb(254,220,189); }
H1.HeaderClassName
{
color: #FEDCBD;
}
.AnyTagClassName
{
color: #FEDCBD;
}
</style>
background-color css
<style>
a { background-color: #FEDCBD; }
a { background-color: rgb(254,220,189); }
div.DivClassName
{
background-color: #FEDCBD;
}
.BgClassName
{
background-color: #FEDCBD;
}
</style>
border-color css
<style>
span { border-color: #FEDCBD; }
span { border-color: rgb(254,220,189); }
td.TdClassName
{
border-color: #FEDCBD;
}
.TagClassName
{
border-color: #FEDCBD;
}
</style>