#FFD6BB

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

Shades of Peach Puff #FFD6BB

Tints of Peach Puff #FFD6BB

Color information

#FFD6BB (or 0xFFD6BB) is unknown color: approx Peach Puff. HEX triplet: FF, D6 and BB. RGB value is (255,214,187). Sum of RGB (Red+Green+Blue) = 255+214+187=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6BB is #002944. Grayscale: #DFDFDF. Windows color (decimal): -10565 or 12310271. OLE color: 12310271.

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

Color convert

RGB255214187-
CMYK00.160.270
HSL23.82º100%86.67%-
HSV(B)23.82º26.67%100%-
XYZ74.2672.9457.18-
YUV223.18107.58150.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 187 (73.44% from 255) = 28.51%
R=38.87%
G=32.62%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521418700.160.27023.8210086.67
HexFFD6BB0101B0186457
Octal37732627302033030144127
Binary1111111111010110101110110100001101101100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6BB; }

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

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

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

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

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

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

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

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