Shades of Peach Puff #FED5B7
Tints of Peach Puff #FED5B7
RGB
CMYK
RGB Variations
Color information
#FED5B7 (or 0xFED5B7) is known color: Peach Puff. HEX triplet: FE, D5 and B7. RGB value is (254,213,183). Sum of RGB (Red+Green+Blue) = 254+213+183=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 183 (71.88% from 255 or 28.15% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5B7 is #012A48. Grayscale: #DEDEDE. Windows color (decimal): -76361 or 12047870. OLE color: 12047870.
HSL color Cylindrical-coordinate representation of color #FED5B7: hue angle of 25.35º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FED5B7 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 183 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.00 |
| HSL | 25.35º | 0.97% | 0.86% | - |
| HSV(B) | 25.35º | 0.28% | 1% | - |
| XYZ | 73.21 | 72.08 | 54.85 | - |
| YUV | 221.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 183 | 0 | 0.16 | 0.28 | 0.00 | 25.35 | 0.97 | 0.86 |
| Hex | FE | D5 | B7 | 0 | 10 | 1C | 0 | 19 | 61 | 56 |
| Octal | 376 | 325 | 267 | 0 | 20 | 34 | 0 | 31 | 141 | 126 |
| Binary | 11111110 | 11010101 | 10110111 | 0 | 10000 | 11100 | 0 | 11001 | 1100001 | 1010110 |
Color Harmonies of #FED5B7
Complementary color
Monochromatic Colors of #FED5B7
Black with #FED5B7
Text Example
Text Example
White with #FED5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5B7; }
p { color: rgb(254,213,183); }
H1.HeaderClassName
{
color: #FED5B7;
}
.AnyTagClassName
{
color: #FED5B7;
}
</style>
background-color css
<style>
a { background-color: #FED5B7; }
a { background-color: rgb(254,213,183); }
div.DivClassName
{
background-color: #FED5B7;
}
.BgClassName
{
background-color: #FED5B7;
}
</style>
border-color css
<style>
span { border-color: #FED5B7; }
span { border-color: rgb(254,213,183); }
td.TdClassName
{
border-color: #FED5B7;
}
.TagClassName
{
border-color: #FED5B7;
}
</style>