Shades of Peach Puff #FFD6B8
Tints of Peach Puff #FFD6B8
RGB
CMYK
RGB Variations
Color information
#FFD6B8 (or 0xFFD6B8) is known color: Peach Puff. HEX triplet: FF, D6 and B8. RGB value is (255,214,184). Sum of RGB (Red+Green+Blue) = 255+214+184=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 184 (72.27% from 255 or 28.18% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6B8 is #002947. Grayscale: #DFDFDF. Windows color (decimal): -10568 or 12113663. OLE color: 12113663.
HSL color Cylindrical-coordinate representation of color #FFD6B8: hue angle of 25.35º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFD6B8 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 184 | - |
| CMYK | 0 | 0.16 | 0.28 | 0 |
| HSL | 25.35º | 1% | 0.86% | - |
| HSV(B) | 25.35º | 0.28% | 1% | - |
| XYZ | 73.94 | 72.81 | 55.5 | - |
| YUV | 222.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 184 | 0 | 0.16 | 0.28 | 0 | 25.35 | 1 | 0.86 |
| Hex | FF | D6 | B8 | 0 | 10 | 1C | 0 | 19 | 64 | 56 |
| Octal | 377 | 326 | 270 | 0 | 20 | 34 | 0 | 31 | 144 | 126 |
| Binary | 11111111 | 11010110 | 10111000 | 0 | 10000 | 11100 | 0 | 11001 | 1100100 | 1010110 |
Color Harmonies of #FFD6B8
Complementary color
Monochromatic Colors of #FFD6B8
Black with #FFD6B8
Text Example
Text Example
White with #FFD6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6B8; }
p { color: rgb(255,214,184); }
H1.HeaderClassName
{
color: #FFD6B8;
}
.AnyTagClassName
{
color: #FFD6B8;
}
</style>
background-color css
<style>
a { background-color: #FFD6B8; }
a { background-color: rgb(255,214,184); }
div.DivClassName
{
background-color: #FFD6B8;
}
.BgClassName
{
background-color: #FFD6B8;
}
</style>
border-color css
<style>
span { border-color: #FFD6B8; }
span { border-color: rgb(255,214,184); }
td.TdClassName
{
border-color: #FFD6B8;
}
.TagClassName
{
border-color: #FFD6B8;
}
</style>