#FDC6AA

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

Shades of Peach #FDC6AA

Tints of Peach #FDC6AA

Color information

#FDC6AA (or 0xFDC6AA) is unknown color: approx Peach. HEX triplet: FD, C6 and AA. RGB value is (253,198,170). Sum of RGB (Red+Green+Blue) = 253+198+170=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC6AA is #023955. Grayscale: #D3D3D3. Windows color (decimal): -145750 or 11192061. OLE color: 11192061.

HSL color Cylindrical-coordinate representation of color #FDC6AA: hue angle of 20.24º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDC6AA is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB253198170-
CMYK00.220.330.01
HSL20.24º95.4%82.94%-
HSV(B)20.24º32.81%99.22%-
XYZ67.9664.1746.84-
YUV211.25104.72157.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 198 (77.73% from 255) = 31.88%
BLUE value IS 170 (66.80% from 255) = 27.38%
R=40.74%
G=31.88%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319817000.220.330.0120.2495.482.94
HexFDC6AA016211145f53
Octal37530625202641124137123
Binary11111101110001101010101001011010000111010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6AA; }

 p { color: rgb(253,198,170); }

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

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

 a { background-color: rgb(253,198,170); }

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

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

 span { border-color: rgb(253,198,170); }

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