#FFDAB9

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

Shades of PeachPuff #FFDAB9

Tints of PeachPuff #FFDAB9

Color information

#FFDAB9 (or 0xFFDAB9) is known color: PeachPuff. HEX triplet: FF, DA and B9. RGB value is (255,218,185). Sum of RGB (Red+Green+Blue) = 255+218+185=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAB9 is #002546. Grayscale: #E1E1E1. Windows color (decimal): -9543 or 12180223. OLE color: 12180223.

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

Color convert

RGB255218185-
CMYK00.150.270
HSL28.29º100%86.27%-
HSV(B)28.29º27.45%100%-
XYZ75.0774.9156.4-
YUV225.3105.26149.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.75%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 185 (72.66% from 255) = 28.12%
R=38.75%
G=33.13%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521818500.150.27028.2910086.27
HexFFDAB90F1B01c6456
Octal37733227101733034144126
Binary111111111101101010111001011111101101110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAB9; }

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

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

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

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

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

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

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

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