#FFD7B7

Color #FFD7B7 Peach Puff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach Puff #FFD7B7

Tints of Peach Puff #FFD7B7

Color information

#FFD7B7 (or 0xFFD7B7) is unknown color: approx Peach Puff. HEX triplet: FF, D7 and B7. RGB value is (255,215,183). Sum of RGB (Red+Green+Blue) = 255+215+183=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 183 (71.88% from 255 or 28.02% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7B7 is #002848. Grayscale: #DFDFDF. Windows color (decimal): -10313 or 12048383. OLE color: 12048383.

HSL color Cylindrical-coordinate representation of color #FFD7B7: hue angle of 26.67º 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 #FFD7B7 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB255215183-
CMYK00.160.280
HSL26.67º100%85.88%-
HSV(B)26.67º28.24%100%-
XYZ74.0973.2855.04-
YUV223.31105.25150.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 183 (71.88% from 255) = 28.02%
R=39.05%
G=32.92%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521518300.160.28026.6710085.88
HexFFD7B70101C01b6456
Octal37732726702034033144126
Binary1111111111010111101101110100001110001101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7B7; }

 p { color: rgb(255,215,183); }

 H1.HeaderClassName
 {
   color: #FFD7B7;
 }
 .AnyTagClassName
 {
   color: #FFD7B7;
 }
</style>
background-color css

<style>
 a { background-color: #FFD7B7; }

 a { background-color: rgb(255,215,183); }

 div.DivClassName
 {
   background-color: #FFD7B7;
 }
 .BgClassName
 {
   background-color: #FFD7B7;
 }
</style>
border-color css

<style>
 span { border-color: #FFD7B7; }

 span { border-color: rgb(255,215,183); }

 td.TdClassName
 {
   border-color: #FFD7B7;
 }
 .TagClassName
 {
   border-color: #FFD7B7;
 }
</style>