#FFD2A9

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

Shades of Peach #FFD2A9

Tints of Peach #FFD2A9

Color information

#FFD2A9 (or 0xFFD2A9) is unknown color: approx Peach. HEX triplet: FF, D2 and A9. RGB value is (255,210,169). Sum of RGB (Red+Green+Blue) = 255+210+169=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 169 (66.41% from 255 or 26.66% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2A9 is #002D56. Grayscale: #DADADA. Windows color (decimal): -11607 or 11129599. OLE color: 11129599.

HSL color Cylindrical-coordinate representation of color #FFD2A9: hue angle of 28.6º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFD2A9 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB255210169-
CMYK00.180.340
HSL28.6º100%83.14%-
HSV(B)28.6º33.73%100%-
XYZ71.4570.2247.32-
YUV218.7899.91153.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 210 (82.42% from 255) = 33.12%
BLUE value IS 169 (66.41% from 255) = 26.66%
R=40.22%
G=33.12%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521016900.180.34028.610083.14
HexFFD2A90122201d6453
Octal37732225102242035144123
Binary11111111110100101010100101001010001001110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2A9; }

 p { color: rgb(255,210,169); }

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

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

 a { background-color: rgb(255,210,169); }

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

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

 span { border-color: rgb(255,210,169); }

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