#FFD2A6

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

Shades of Peach #FFD2A6

Tints of Peach #FFD2A6

Color information

#FFD2A6 (or 0xFFD2A6) is unknown color: approx Peach. HEX triplet: FF, D2 and A6. RGB value is (255,210,166). Sum of RGB (Red+Green+Blue) = 255+210+166=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 166 (65.23% from 255 or 26.31% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2A6 is #002D59. Grayscale: #DADADA. Windows color (decimal): -11610 or 10932991. OLE color: 10932991.

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

Color convert

RGB255210166-
CMYK00.180.350
HSL29.66º100%82.55%-
HSV(B)29.66º34.9%100%-
XYZ71.1770.1145.86-
YUV218.4498.41154.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 210 (82.42% from 255) = 33.28%
BLUE value IS 166 (65.23% from 255) = 26.31%
R=40.41%
G=33.28%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521016600.180.35029.6610082.55
HexFFD2A60122301e6453
Octal37732224602243036144123
Binary11111111110100101010011001001010001101111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2A6; }

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

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

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

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

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

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

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

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