#FFDCBB

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

Shades of Peach Puff #FFDCBB

Tints of Peach Puff #FFDCBB

Color information

#FFDCBB (or 0xFFDCBB) is unknown color: approx Peach Puff. HEX triplet: FF, DC and BB. RGB value is (255,220,187). Sum of RGB (Red+Green+Blue) = 255+220+187=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCBB is #002344. Grayscale: #E2E2E2. Windows color (decimal): -9029 or 12311807. OLE color: 12311807.

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

Color convert

RGB255220187-
CMYK00.140.270
HSL29.12º100%86.67%-
HSV(B)29.12º26.67%100%-
XYZ75.876.0357.69-
YUV226.7105.6148.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 187 (73.44% from 255) = 28.25%
R=38.52%
G=33.23%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522018700.140.27029.1210086.67
HexFFDCBB0E1B01d6457
Octal37733427301633035144127
Binary111111111101110010111011011101101101110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCBB; }

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

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

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

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

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

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

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

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