Shades of Peach Puff #FFD4B5
Tints of Peach Puff #FFD4B5
RGB
CMYK
RGB Variations
Color information
#FFD4B5 (or 0xFFD4B5) is known color: Peach Puff. HEX triplet: FF, D4 and B5. RGB value is (255,212,181). Sum of RGB (Red+Green+Blue) = 255+212+181=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 181 (71.09% from 255 or 27.93% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4B5 is #002B4A. Grayscale: #DDDDDD. Windows color (decimal): -11083 or 11916543. OLE color: 11916543.
HSL color Cylindrical-coordinate representation of color #FFD4B5: hue angle of 25.14º 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 #FFD4B5 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 181 | - |
| CMYK | 0 | 0.17 | 0.29 | 0 |
| HSL | 25.14º | 1% | 0.85% | - |
| HSV(B) | 25.14º | 0.29% | 1% | - |
| XYZ | 73.12 | 71.68 | 53.7 | - |
| YUV | 221.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 181 | 0 | 0.17 | 0.29 | 0 | 25.14 | 1 | 0.85 |
| Hex | FF | D4 | B5 | 0 | 11 | 1D | 0 | 19 | 64 | 55 |
| Octal | 377 | 324 | 265 | 0 | 21 | 35 | 0 | 31 | 144 | 125 |
| Binary | 11111111 | 11010100 | 10110101 | 0 | 10001 | 11101 | 0 | 11001 | 1100100 | 1010101 |
Color Harmonies of #FFD4B5
Complementary color
Monochromatic Colors of #FFD4B5
Black with #FFD4B5
Text Example
Text Example
White with #FFD4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4B5; }
p { color: rgb(255,212,181); }
H1.HeaderClassName
{
color: #FFD4B5;
}
.AnyTagClassName
{
color: #FFD4B5;
}
</style>
background-color css
<style>
a { background-color: #FFD4B5; }
a { background-color: rgb(255,212,181); }
div.DivClassName
{
background-color: #FFD4B5;
}
.BgClassName
{
background-color: #FFD4B5;
}
</style>
border-color css
<style>
span { border-color: #FFD4B5; }
span { border-color: rgb(255,212,181); }
td.TdClassName
{
border-color: #FFD4B5;
}
.TagClassName
{
border-color: #FFD4B5;
}
</style>