Shades of Peach Puff #FED5B6
Tints of Peach Puff #FED5B6
RGB
CMYK
RGB Variations
Color information
#FED5B6 (or 0xFED5B6) is known color: Peach Puff. HEX triplet: FE, D5 and B6. RGB value is (254,213,182). Sum of RGB (Red+Green+Blue) = 254+213+182=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 182 (71.48% from 255 or 28.04% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5B6 is #012A49. Grayscale: #DDDDDD. Windows color (decimal): -76362 or 11982334. OLE color: 11982334.
HSL color Cylindrical-coordinate representation of color #FED5B6: hue angle of 25.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FED5B6 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 182 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.00 |
| HSL | 25.83º | 0.97% | 0.85% | - |
| HSV(B) | 25.83º | 0.28% | 1% | - |
| XYZ | 73.11 | 72.04 | 54.31 | - |
| YUV | 221.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 182 | 0 | 0.16 | 0.28 | 0.00 | 25.83 | 0.97 | 0.85 |
| Hex | FE | D5 | B6 | 0 | 10 | 1C | 0 | 1A | 61 | 55 |
| Octal | 376 | 325 | 266 | 0 | 20 | 34 | 0 | 32 | 141 | 125 |
| Binary | 11111110 | 11010101 | 10110110 | 0 | 10000 | 11100 | 0 | 11010 | 1100001 | 1010101 |
Color Harmonies of #FED5B6
Complementary color
Monochromatic Colors of #FED5B6
Black with #FED5B6
Text Example
Text Example
White with #FED5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5B6; }
p { color: rgb(254,213,182); }
H1.HeaderClassName
{
color: #FED5B6;
}
.AnyTagClassName
{
color: #FED5B6;
}
</style>
background-color css
<style>
a { background-color: #FED5B6; }
a { background-color: rgb(254,213,182); }
div.DivClassName
{
background-color: #FED5B6;
}
.BgClassName
{
background-color: #FED5B6;
}
</style>
border-color css
<style>
span { border-color: #FED5B6; }
span { border-color: rgb(254,213,182); }
td.TdClassName
{
border-color: #FED5B6;
}
.TagClassName
{
border-color: #FED5B6;
}
</style>