Shades of Peach Puff #FFD6B6
Tints of Peach Puff #FFD6B6
RGB
CMYK
RGB Variations
Color information
#FFD6B6 (or 0xFFD6B6) is known color: Peach Puff. HEX triplet: FF, D6 and B6. RGB value is (255,214,182). Sum of RGB (Red+Green+Blue) = 255+214+182=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 182 (71.48% from 255 or 27.96% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6B6 is #002949. Grayscale: #DEDEDE. Windows color (decimal): -10570 or 11982591. OLE color: 11982591.
HSL color Cylindrical-coordinate representation of color #FFD6B6: hue angle of 26.3º 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 #FFD6B6 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 182 | - |
| CMYK | 0 | 0.16 | 0.29 | 0 |
| HSL | 26.3º | 1% | 0.86% | - |
| HSV(B) | 26.3º | 0.29% | 1% | - |
| XYZ | 73.73 | 72.73 | 54.41 | - |
| YUV | 222.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 182 | 0 | 0.16 | 0.29 | 0 | 26.3 | 1 | 0.86 |
| Hex | FF | D6 | B6 | 0 | 10 | 1D | 0 | 1A | 64 | 56 |
| Octal | 377 | 326 | 266 | 0 | 20 | 35 | 0 | 32 | 144 | 126 |
| Binary | 11111111 | 11010110 | 10110110 | 0 | 10000 | 11101 | 0 | 11010 | 1100100 | 1010110 |
Color Harmonies of #FFD6B6
Complementary color
Monochromatic Colors of #FFD6B6
Black with #FFD6B6
Text Example
Text Example
White with #FFD6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6B6; }
p { color: rgb(255,214,182); }
H1.HeaderClassName
{
color: #FFD6B6;
}
.AnyTagClassName
{
color: #FFD6B6;
}
</style>
background-color css
<style>
a { background-color: #FFD6B6; }
a { background-color: rgb(255,214,182); }
div.DivClassName
{
background-color: #FFD6B6;
}
.BgClassName
{
background-color: #FFD6B6;
}
</style>
border-color css
<style>
span { border-color: #FFD6B6; }
span { border-color: rgb(255,214,182); }
td.TdClassName
{
border-color: #FFD6B6;
}
.TagClassName
{
border-color: #FFD6B6;
}
</style>