#F7C5A7

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

Shades of Peach #F7C5A7

Tints of Peach #F7C5A7

Color information

#F7C5A7 (or 0xF7C5A7) is unknown color: approx Peach. HEX triplet: F7, C5 and A7. RGB value is (247,197,167). Sum of RGB (Red+Green+Blue) = 247+197+167=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C5A7 is #083A58. Grayscale: #D0D0D0. Windows color (decimal): -539225 or 10995191. OLE color: 10995191.

HSL color Cylindrical-coordinate representation of color #F7C5A7: hue angle of 22.5º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7C5A7 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB247197167-
CMYK00.200.320.03
HSL22.5º83.33%81.18%-
HSV(B)22.5º32.39%96.86%-
XYZ65.362.545.18-
YUV208.53104.56155.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 167 (65.62% from 255) = 27.33%
R=40.43%
G=32.24%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719716700.200.320.0322.583.3381.18
HexF7C5A7014203175351
Octal36730524702440327123121
Binary111101111100010110100111010100100000111011110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C5A7; }

 p { color: rgb(247,197,167); }

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

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

 a { background-color: rgb(247,197,167); }

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

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

 span { border-color: rgb(247,197,167); }

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