#FFDBBA

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

Shades of Peach Puff #FFDBBA

Tints of Peach Puff #FFDBBA

Color information

#FFDBBA (or 0xFFDBBA) is unknown color: approx Peach Puff. HEX triplet: FF, DB and BA. RGB value is (255,219,186). Sum of RGB (Red+Green+Blue) = 255+219+186=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBBA is #002445. Grayscale: #E2E2E2. Windows color (decimal): -9286 or 12246015. OLE color: 12246015.

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

Color convert

RGB255219186-
CMYK00.140.270
HSL28.7º100%86.47%-
HSV(B)28.7º27.06%100%-
XYZ75.4375.4757.05-
YUV226105.43148.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 219 (85.94% from 255) = 33.18%
BLUE value IS 186 (73.05% from 255) = 28.18%
R=38.64%
G=33.18%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521918600.140.27028.710086.47
HexFFDBBA0E1B01d6456
Octal37733327201633035144126
Binary111111111101101110111010011101101101110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBBA; }

 p { color: rgb(255,219,186); }

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

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

 a { background-color: rgb(255,219,186); }

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

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

 span { border-color: rgb(255,219,186); }

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