#FFDEBD

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

Shades of Peach Puff #FFDEBD

Tints of Peach Puff #FFDEBD

Color information

#FFDEBD (or 0xFFDEBD) is unknown color: approx Peach Puff. HEX triplet: FF, DE and BD. RGB value is (255,222,189). Sum of RGB (Red+Green+Blue) = 255+222+189=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEBD is #002142. Grayscale: #E4E4E4. Windows color (decimal): -8515 or 12443391. OLE color: 12443391.

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

Color convert

RGB255222189-
CMYK00.130.260
HSL30º100%87.06%-
HSV(B)30º25.88%100%-
XYZ76.5577.1859.01-
YUV228.1105.93147.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 222 (87.11% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 28.38%
R=38.29%
G=33.33%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522218900.130.2603010087.06
HexFFDEBD0D1A01e6457
Octal37733627501532036144127
Binary111111111101111010111101011011101001111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEBD; }

 p { color: rgb(255,222,189); }

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

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

 a { background-color: rgb(255,222,189); }

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

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

 span { border-color: rgb(255,222,189); }

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