#FFDCBC

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

Shades of Peach Puff #FFDCBC

Tints of Peach Puff #FFDCBC

Color information

#FFDCBC (or 0xFFDCBC) is unknown color: approx Peach Puff. HEX triplet: FF, DC and BC. RGB value is (255,220,188). Sum of RGB (Red+Green+Blue) = 255+220+188=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCBC is #002343. Grayscale: #E2E2E2. Windows color (decimal): -9028 or 12377343. OLE color: 12377343.

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

Color convert

RGB255220188-
CMYK00.140.260
HSL28.66º100%86.86%-
HSV(B)28.66º26.27%100%-
XYZ75.9176.0858.26-
YUV226.82106.1148.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 188 (73.83% from 255) = 28.36%
R=38.46%
G=33.18%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522018800.140.26028.6610086.86
HexFFDCBC0E1A01d6457
Octal37733427401632035144127
Binary111111111101110010111100011101101001110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCBC; }

 p { color: rgb(255,220,188); }

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

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

 a { background-color: rgb(255,220,188); }

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

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

 span { border-color: rgb(255,220,188); }

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