#FFD7B6

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

Shades of Peach Puff #FFD7B6

Tints of Peach Puff #FFD7B6

Color information

#FFD7B6 (or 0xFFD7B6) is unknown color: approx Peach Puff. HEX triplet: FF, D7 and B6. RGB value is (255,215,182). Sum of RGB (Red+Green+Blue) = 255+215+182=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 182 (71.48% from 255 or 27.91% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7B6 is #002849. Grayscale: #DFDFDF. Windows color (decimal): -10314 or 11982847. OLE color: 11982847.

HSL color Cylindrical-coordinate representation of color #FFD7B6: hue angle of 27.12º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFD7B6 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255215182-
CMYK00.160.290
HSL27.12º100%85.69%-
HSV(B)27.12º28.63%100%-
XYZ73.9873.2454.49-
YUV223.2104.75150.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 215 (84.38% from 255) = 32.98%
BLUE value IS 182 (71.48% from 255) = 27.91%
R=39.11%
G=32.98%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521518200.160.29027.1210085.69
HexFFD7B60101D01b6456
Octal37732726602035033144126
Binary1111111111010111101101100100001110101101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7B6; }

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

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

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

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

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

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

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

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