Shades of Peach Puff #FFD6B4
Tints of Peach Puff #FFD6B4
RGB
CMYK
RGB Variations
Color information
#FFD6B4 (or 0xFFD6B4) is known color: Peach Puff. HEX triplet: FF, D6 and B4. RGB value is (255,214,180). Sum of RGB (Red+Green+Blue) = 255+214+180=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 180 (70.70% from 255 or 27.73% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6B4 is #00294B. Grayscale: #DEDEDE. Windows color (decimal): -10572 or 11851519. OLE color: 11851519.
HSL color Cylindrical-coordinate representation of color #FFD6B4: hue angle of 27.2º 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 #FFD6B4 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 180 | - |
| CMYK | 0 | 0.16 | 0.29 | 0 |
| HSL | 27.2º | 1% | 0.85% | - |
| HSV(B) | 27.2º | 0.29% | 1% | - |
| XYZ | 73.52 | 72.65 | 53.33 | - |
| YUV | 222.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 180 | 0 | 0.16 | 0.29 | 0 | 27.2 | 1 | 0.85 |
| Hex | FF | D6 | B4 | 0 | 10 | 1D | 0 | 1B | 64 | 55 |
| Octal | 377 | 326 | 264 | 0 | 20 | 35 | 0 | 33 | 144 | 125 |
| Binary | 11111111 | 11010110 | 10110100 | 0 | 10000 | 11101 | 0 | 11011 | 1100100 | 1010101 |
Color Harmonies of #FFD6B4
Complementary color
Monochromatic Colors of #FFD6B4
Black with #FFD6B4
Text Example
Text Example
White with #FFD6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6B4; }
p { color: rgb(255,214,180); }
H1.HeaderClassName
{
color: #FFD6B4;
}
.AnyTagClassName
{
color: #FFD6B4;
}
</style>
background-color css
<style>
a { background-color: #FFD6B4; }
a { background-color: rgb(255,214,180); }
div.DivClassName
{
background-color: #FFD6B4;
}
.BgClassName
{
background-color: #FFD6B4;
}
</style>
border-color css
<style>
span { border-color: #FFD6B4; }
span { border-color: rgb(255,214,180); }
td.TdClassName
{
border-color: #FFD6B4;
}
.TagClassName
{
border-color: #FFD6B4;
}
</style>