Shades of Peach Puff #FED7B8
Tints of Peach Puff #FED7B8
RGB
CMYK
RGB Variations
Color information
#FED7B8 (or 0xFED7B8) is known color: Peach Puff. HEX triplet: FE, D7 and B8. RGB value is (254,215,184). Sum of RGB (Red+Green+Blue) = 254+215+184=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 184 (72.27% from 255 or 28.18% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7B8 is #012847. Grayscale: #DFDFDF. Windows color (decimal): -75848 or 12113918. OLE color: 12113918.
HSL color Cylindrical-coordinate representation of color #FED7B8: hue angle of 26.57º 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 #FED7B8 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 184 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.00 |
| HSL | 26.57º | 0.97% | 0.86% | - |
| HSV(B) | 26.57º | 0.28% | 1% | - |
| XYZ | 73.83 | 73.13 | 55.57 | - |
| YUV | 223.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 184 | 0 | 0.15 | 0.28 | 0.00 | 26.57 | 0.97 | 0.86 |
| Hex | FE | D7 | B8 | 0 | F | 1C | 0 | 1B | 61 | 56 |
| Octal | 376 | 327 | 270 | 0 | 17 | 34 | 0 | 33 | 141 | 126 |
| Binary | 11111110 | 11010111 | 10111000 | 0 | 1111 | 11100 | 0 | 11011 | 1100001 | 1010110 |
Color Harmonies of #FED7B8
Complementary color
Monochromatic Colors of #FED7B8
Black with #FED7B8
Text Example
Text Example
White with #FED7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7B8; }
p { color: rgb(254,215,184); }
H1.HeaderClassName
{
color: #FED7B8;
}
.AnyTagClassName
{
color: #FED7B8;
}
</style>
background-color css
<style>
a { background-color: #FED7B8; }
a { background-color: rgb(254,215,184); }
div.DivClassName
{
background-color: #FED7B8;
}
.BgClassName
{
background-color: #FED7B8;
}
</style>
border-color css
<style>
span { border-color: #FED7B8; }
span { border-color: rgb(254,215,184); }
td.TdClassName
{
border-color: #FED7B8;
}
.TagClassName
{
border-color: #FED7B8;
}
</style>