Shades of Peach Puff #FED7B7
Tints of Peach Puff #FED7B7
RGB
CMYK
RGB Variations
Color information
#FED7B7 (or 0xFED7B7) is known color: Peach Puff. HEX triplet: FE, D7 and B7. RGB value is (254,215,183). Sum of RGB (Red+Green+Blue) = 254+215+183=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 183 (71.88% from 255 or 28.07% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7B7 is #012848. Grayscale: #DFDFDF. Windows color (decimal): -75849 or 12048382. OLE color: 12048382.
HSL color Cylindrical-coordinate representation of color #FED7B7: hue angle of 27.04º 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 #FED7B7 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 183 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.00 |
| HSL | 27.04º | 0.97% | 0.86% | - |
| HSV(B) | 27.04º | 0.28% | 1% | - |
| XYZ | 73.72 | 73.09 | 55.02 | - |
| YUV | 223.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 183 | 0 | 0.15 | 0.28 | 0.00 | 27.04 | 0.97 | 0.86 |
| Hex | FE | D7 | B7 | 0 | F | 1C | 0 | 1B | 61 | 56 |
| Octal | 376 | 327 | 267 | 0 | 17 | 34 | 0 | 33 | 141 | 126 |
| Binary | 11111110 | 11010111 | 10110111 | 0 | 1111 | 11100 | 0 | 11011 | 1100001 | 1010110 |
Color Harmonies of #FED7B7
Complementary color
Monochromatic Colors of #FED7B7
Black with #FED7B7
Text Example
Text Example
White with #FED7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7B7; }
p { color: rgb(254,215,183); }
H1.HeaderClassName
{
color: #FED7B7;
}
.AnyTagClassName
{
color: #FED7B7;
}
</style>
background-color css
<style>
a { background-color: #FED7B7; }
a { background-color: rgb(254,215,183); }
div.DivClassName
{
background-color: #FED7B7;
}
.BgClassName
{
background-color: #FED7B7;
}
</style>
border-color css
<style>
span { border-color: #FED7B7; }
span { border-color: rgb(254,215,183); }
td.TdClassName
{
border-color: #FED7B7;
}
.TagClassName
{
border-color: #FED7B7;
}
</style>