Shades of Peach Puff #FFD5B5
Tints of Peach Puff #FFD5B5
RGB
CMYK
RGB Variations
Color information
#FFD5B5 (or 0xFFD5B5) is known color: Peach Puff. HEX triplet: FF, D5 and B5. RGB value is (255,213,181). Sum of RGB (Red+Green+Blue) = 255+213+181=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 181 (71.09% from 255 or 27.89% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5B5 is #002A4A. Grayscale: #DEDEDE. Windows color (decimal): -10827 or 11916799. OLE color: 11916799.
HSL color Cylindrical-coordinate representation of color #FFD5B5: hue angle of 25.95º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFD5B5 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 181 | - |
| CMYK | 0 | 0.16 | 0.29 | 0 |
| HSL | 25.95º | 1% | 0.85% | - |
| HSV(B) | 25.95º | 0.29% | 1% | - |
| XYZ | 73.37 | 72.18 | 53.78 | - |
| YUV | 221.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 181 | 0 | 0.16 | 0.29 | 0 | 25.95 | 1 | 0.85 |
| Hex | FF | D5 | B5 | 0 | 10 | 1D | 0 | 1A | 64 | 55 |
| Octal | 377 | 325 | 265 | 0 | 20 | 35 | 0 | 32 | 144 | 125 |
| Binary | 11111111 | 11010101 | 10110101 | 0 | 10000 | 11101 | 0 | 11010 | 1100100 | 1010101 |
Color Harmonies of #FFD5B5
Complementary color
Monochromatic Colors of #FFD5B5
Black with #FFD5B5
Text Example
Text Example
White with #FFD5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5B5; }
p { color: rgb(255,213,181); }
H1.HeaderClassName
{
color: #FFD5B5;
}
.AnyTagClassName
{
color: #FFD5B5;
}
</style>
background-color css
<style>
a { background-color: #FFD5B5; }
a { background-color: rgb(255,213,181); }
div.DivClassName
{
background-color: #FFD5B5;
}
.BgClassName
{
background-color: #FFD5B5;
}
</style>
border-color css
<style>
span { border-color: #FFD5B5; }
span { border-color: rgb(255,213,181); }
td.TdClassName
{
border-color: #FFD5B5;
}
.TagClassName
{
border-color: #FFD5B5;
}
</style>