#FFD7B4

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

Shades of Peach Puff #FFD7B4

Tints of Peach Puff #FFD7B4

Color information

#FFD7B4 (or 0xFFD7B4) is unknown color: approx Peach Puff. HEX triplet: FF, D7 and B4. RGB value is (255,215,180). Sum of RGB (Red+Green+Blue) = 255+215+180=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 180 (70.70% from 255 or 27.69% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7B4 is #00284B. Grayscale: #DFDFDF. Windows color (decimal): -10316 or 11851775. OLE color: 11851775.

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

Color convert

RGB255215180-
CMYK00.160.290
HSL28º100%85.29%-
HSV(B)28º29.41%100%-
XYZ73.7873.1653.41-
YUV222.97103.75150.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 215 (84.38% from 255) = 33.08%
BLUE value IS 180 (70.70% from 255) = 27.69%
R=39.23%
G=33.08%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521518000.160.2902810085.29
HexFFD7B40101D01c6455
Octal37732726402035034144125
Binary1111111111010111101101000100001110101110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7B4; }

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

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

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

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

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

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

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

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