#FFD9B7

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

Shades of Peach Puff #FFD9B7

Tints of Peach Puff #FFD9B7

Color information

#FFD9B7 (or 0xFFD9B7) is unknown color: approx Peach Puff. HEX triplet: FF, D9 and B7. RGB value is (255,217,183). Sum of RGB (Red+Green+Blue) = 255+217+183=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 183 (71.88% from 255 or 27.94% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9B7 is #002648. Grayscale: #E0E0E0. Windows color (decimal): -9801 or 12048895. OLE color: 12048895.

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

Color convert

RGB255217183-
CMYK00.150.280
HSL28.33º100%85.88%-
HSV(B)28.33º28.24%100%-
XYZ74.674.355.21-
YUV224.49104.59149.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 183 (71.88% from 255) = 27.94%
R=38.93%
G=33.13%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521718300.150.28028.3310085.88
HexFFD9B70F1C01c6456
Octal37733126701734034144126
Binary111111111101100110110111011111110001110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9B7; }

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

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

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

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

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

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

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

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