Shades of Peach Puff #FFD7B6
Tints of Peach Puff #FFD7B6
RGB
CMYK
RGB Variations
Color information
#FFD7B6 (or 0xFFD7B6) is known color: Peach Puff. HEX triplet: FF, D7 and B6. RGB value is (255,215,182). Sum of RGB (Red+Green+Blue) = 255+215+182=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 182 (71.48% from 255 or 27.91% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7B6 is #002849. Grayscale: #DFDFDF. Windows color (decimal): -10314 or 11982847. OLE color: 11982847.
HSL color Cylindrical-coordinate representation of color #FFD7B6: hue angle of 27.12º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFD7B6 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 182 | - |
| CMYK | 0 | 0.16 | 0.29 | 0 |
| HSL | 27.12º | 1% | 0.86% | - |
| HSV(B) | 27.12º | 0.29% | 1% | - |
| XYZ | 73.98 | 73.24 | 54.49 | - |
| YUV | 223.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 182 | 0 | 0.16 | 0.29 | 0 | 27.12 | 1 | 0.86 |
| Hex | FF | D7 | B6 | 0 | 10 | 1D | 0 | 1B | 64 | 56 |
| Octal | 377 | 327 | 266 | 0 | 20 | 35 | 0 | 33 | 144 | 126 |
| Binary | 11111111 | 11010111 | 10110110 | 0 | 10000 | 11101 | 0 | 11011 | 1100100 | 1010110 |
Color Harmonies of #FFD7B6
Complementary color
Monochromatic Colors of #FFD7B6
Black with #FFD7B6
Text Example
Text Example
White with #FFD7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7B6; }
p { color: rgb(255,215,182); }
H1.HeaderClassName
{
color: #FFD7B6;
}
.AnyTagClassName
{
color: #FFD7B6;
}
</style>
background-color css
<style>
a { background-color: #FFD7B6; }
a { background-color: rgb(255,215,182); }
div.DivClassName
{
background-color: #FFD7B6;
}
.BgClassName
{
background-color: #FFD7B6;
}
</style>
border-color css
<style>
span { border-color: #FFD7B6; }
span { border-color: rgb(255,215,182); }
td.TdClassName
{
border-color: #FFD7B6;
}
.TagClassName
{
border-color: #FFD7B6;
}
</style>