Shades of Peach Puff #FFD6B3
Tints of Peach Puff #FFD6B3
RGB
CMYK
RGB Variations
Color information
#FFD6B3 (or 0xFFD6B3) is known color: Peach Puff. HEX triplet: FF, D6 and B3. RGB value is (255,214,179). Sum of RGB (Red+Green+Blue) = 255+214+179=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6B3 is #00294C. Grayscale: #DEDEDE. Windows color (decimal): -10573 or 11785983. OLE color: 11785983.
HSL color Cylindrical-coordinate representation of color #FFD6B3: hue angle of 27.63º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFD6B3 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 179 | - |
| CMYK | 0 | 0.16 | 0.30 | 0 |
| HSL | 27.63º | 1% | 0.85% | - |
| HSV(B) | 27.63º | 0.3% | 1% | - |
| XYZ | 73.42 | 72.61 | 52.79 | - |
| YUV | 222.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 179 | 0 | 0.16 | 0.30 | 0 | 27.63 | 1 | 0.85 |
| Hex | FF | D6 | B3 | 0 | 10 | 1E | 0 | 1C | 64 | 55 |
| Octal | 377 | 326 | 263 | 0 | 20 | 36 | 0 | 34 | 144 | 125 |
| Binary | 11111111 | 11010110 | 10110011 | 0 | 10000 | 11110 | 0 | 11100 | 1100100 | 1010101 |
Color Harmonies of #FFD6B3
Complementary color
Monochromatic Colors of #FFD6B3
Black with #FFD6B3
Text Example
Text Example
White with #FFD6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6B3; }
p { color: rgb(255,214,179); }
H1.HeaderClassName
{
color: #FFD6B3;
}
.AnyTagClassName
{
color: #FFD6B3;
}
</style>
background-color css
<style>
a { background-color: #FFD6B3; }
a { background-color: rgb(255,214,179); }
div.DivClassName
{
background-color: #FFD6B3;
}
.BgClassName
{
background-color: #FFD6B3;
}
</style>
border-color css
<style>
span { border-color: #FFD6B3; }
span { border-color: rgb(255,214,179); }
td.TdClassName
{
border-color: #FFD6B3;
}
.TagClassName
{
border-color: #FFD6B3;
}
</style>