#FFD9B9

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

Shades of Peach Puff #FFD9B9

Tints of Peach Puff #FFD9B9

Color information

#FFD9B9 (or 0xFFD9B9) is unknown color: approx Peach Puff. HEX triplet: FF, D9 and B9. RGB value is (255,217,185). Sum of RGB (Red+Green+Blue) = 255+217+185=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 185 (72.66% from 255 or 28.16% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9B9 is #002646. Grayscale: #E0E0E0. Windows color (decimal): -9799 or 12179967. OLE color: 12179967.

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

Color convert

RGB255217185-
CMYK00.150.270
HSL27.43º100%86.27%-
HSV(B)27.43º27.45%100%-
XYZ74.8174.3956.31-
YUV224.71105.59149.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 185 (72.66% from 255) = 28.16%
R=38.81%
G=33.03%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521718500.150.27027.4310086.27
HexFFD9B90F1B01b6456
Octal37733127101733033144126
Binary111111111101100110111001011111101101101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9B9; }

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

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

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

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

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

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

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

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