#FFDCBA

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

Shades of Peach Puff #FFDCBA

Tints of Peach Puff #FFDCBA

Color information

#FFDCBA (or 0xFFDCBA) is unknown color: approx Peach Puff. HEX triplet: FF, DC and BA. RGB value is (255,220,186). Sum of RGB (Red+Green+Blue) = 255+220+186=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCBA is #002345. Grayscale: #E2E2E2. Windows color (decimal): -9030 or 12246271. OLE color: 12246271.

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

Color convert

RGB255220186-
CMYK00.140.270
HSL29.57º100%86.47%-
HSV(B)29.57º27.06%100%-
XYZ75.775.9957.13-
YUV226.59105.1148.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 186 (73.05% from 255) = 28.14%
R=38.58%
G=33.28%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522018600.140.27029.5710086.47
HexFFDCBA0E1B01e6456
Octal37733427201633036144126
Binary111111111101110010111010011101101101111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCBA; }

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

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

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

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

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

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

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

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