#FFD5B2

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

Shades of Peach Puff #FFD5B2

Tints of Peach Puff #FFD5B2

Color information

#FFD5B2 (or 0xFFD5B2) is unknown color: approx Peach Puff. HEX triplet: FF, D5 and B2. RGB value is (255,213,178). Sum of RGB (Red+Green+Blue) = 255+213+178=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 213 (83.59% from 255 or 32.97% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5B2 is #002A4D. Grayscale: #DDDDDD. Windows color (decimal): -10830 or 11720191. OLE color: 11720191.

HSL color Cylindrical-coordinate representation of color #FFD5B2: hue angle of 27.27º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFD5B2 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB255213178-
CMYK00.160.300
HSL27.27º100%84.9%-
HSV(B)27.27º30.2%100%-
XYZ73.0772.0652.18-
YUV221.57103.41151.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 213 (83.59% from 255) = 32.97%
BLUE value IS 178 (69.92% from 255) = 27.55%
R=39.47%
G=32.97%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521317800.160.30027.2710084.9
HexFFD5B20101E01b6455
Octal37732526202036033144125
Binary1111111111010101101100100100001111001101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5B2; }

 p { color: rgb(255,213,178); }

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

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

 a { background-color: rgb(255,213,178); }

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

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

 span { border-color: rgb(255,213,178); }

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