#FFD8B9

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

Shades of Peach Puff #FFD8B9

Tints of Peach Puff #FFD8B9

Color information

#FFD8B9 (or 0xFFD8B9) is unknown color: approx Peach Puff. HEX triplet: FF, D8 and B9. RGB value is (255,216,185). Sum of RGB (Red+Green+Blue) = 255+216+185=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 185 (72.66% from 255 or 28.20% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8B9 is #002746. Grayscale: #E0E0E0. Windows color (decimal): -10055 or 12179711. OLE color: 12179711.

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

Color convert

RGB255216185-
CMYK00.150.270
HSL26.57º100%86.27%-
HSV(B)26.57º27.45%100%-
XYZ74.5573.8756.23-
YUV224.13105.92150.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 216 (84.77% from 255) = 32.93%
BLUE value IS 185 (72.66% from 255) = 28.20%
R=38.87%
G=32.93%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521618500.150.27026.5710086.27
HexFFD8B90F1B01b6456
Octal37733027101733033144126
Binary111111111101100010111001011111101101101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8B9; }

 p { color: rgb(255,216,185); }

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

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

 a { background-color: rgb(255,216,185); }

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

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

 span { border-color: rgb(255,216,185); }

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