#FFD7BB

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

Shades of Peach Puff #FFD7BB

Tints of Peach Puff #FFD7BB

Color information

#FFD7BB (or 0xFFD7BB) is unknown color: approx Peach Puff. HEX triplet: FF, D7 and BB. RGB value is (255,215,187). Sum of RGB (Red+Green+Blue) = 255+215+187=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7BB is #002844. Grayscale: #DFDFDF. Windows color (decimal): -10309 or 12310527. OLE color: 12310527.

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

Color convert

RGB255215187-
CMYK00.160.270
HSL24.71º100%86.67%-
HSV(B)24.71º26.67%100%-
XYZ74.5173.4557.26-
YUV223.77107.25150.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 215 (84.38% from 255) = 32.72%
BLUE value IS 187 (73.44% from 255) = 28.46%
R=38.81%
G=32.72%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521518700.160.27024.7110086.67
HexFFD7BB0101B0196457
Octal37732727302033031144127
Binary1111111111010111101110110100001101101100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7BB; }

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

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

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

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

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

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

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

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