Shades of Peach Puff #FED5B5
Tints of Peach Puff #FED5B5
RGB
CMYK
RGB Variations
Color information
#FED5B5 (or 0xFED5B5) is known color: Peach Puff. HEX triplet: FE, D5 and B5. RGB value is (254,213,181). Sum of RGB (Red+Green+Blue) = 254+213+181=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 181 (71.09% from 255 or 27.93% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5B5 is #012A4A. Grayscale: #DDDDDD. Windows color (decimal): -76363 or 11916798. OLE color: 11916798.
HSL color Cylindrical-coordinate representation of color #FED5B5: hue angle of 26.3º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FED5B5 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 181 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.00 |
| HSL | 26.3º | 0.97% | 0.85% | - |
| HSV(B) | 26.3º | 0.29% | 1% | - |
| XYZ | 73.01 | 72 | 53.76 | - |
| YUV | 221.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 181 | 0 | 0.16 | 0.29 | 0.00 | 26.3 | 0.97 | 0.85 |
| Hex | FE | D5 | B5 | 0 | 10 | 1D | 0 | 1A | 61 | 55 |
| Octal | 376 | 325 | 265 | 0 | 20 | 35 | 0 | 32 | 141 | 125 |
| Binary | 11111110 | 11010101 | 10110101 | 0 | 10000 | 11101 | 0 | 11010 | 1100001 | 1010101 |
Color Harmonies of #FED5B5
Complementary color
Monochromatic Colors of #FED5B5
Black with #FED5B5
Text Example
Text Example
White with #FED5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5B5; }
p { color: rgb(254,213,181); }
H1.HeaderClassName
{
color: #FED5B5;
}
.AnyTagClassName
{
color: #FED5B5;
}
</style>
background-color css
<style>
a { background-color: #FED5B5; }
a { background-color: rgb(254,213,181); }
div.DivClassName
{
background-color: #FED5B5;
}
.BgClassName
{
background-color: #FED5B5;
}
</style>
border-color css
<style>
span { border-color: #FED5B5; }
span { border-color: rgb(254,213,181); }
td.TdClassName
{
border-color: #FED5B5;
}
.TagClassName
{
border-color: #FED5B5;
}
</style>