#FFD6BA

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

Shades of Peach Puff #FFD6BA

Tints of Peach Puff #FFD6BA

Color information

#FFD6BA (or 0xFFD6BA) is unknown color: approx Peach Puff. HEX triplet: FF, D6 and BA. RGB value is (255,214,186). Sum of RGB (Red+Green+Blue) = 255+214+186=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6BA is #002945. Grayscale: #DFDFDF. Windows color (decimal): -10566 or 12244735. OLE color: 12244735.

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

Color convert

RGB255214186-
CMYK00.160.270
HSL24.35º100%86.47%-
HSV(B)24.35º27.06%100%-
XYZ74.1572.956.62-
YUV223.07107.08150.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 186 (73.05% from 255) = 28.40%
R=38.93%
G=32.67%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521418600.160.27024.3510086.47
HexFFD6BA0101B0186456
Octal37732627202033030144126
Binary1111111111010110101110100100001101101100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6BA; }

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

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

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

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

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

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

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

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