#FAC5A8

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

Shades of Peach #FAC5A8

Tints of Peach #FAC5A8

Color information

#FAC5A8 (or 0xFAC5A8) is unknown color: approx Peach. HEX triplet: FA, C5 and A8. RGB value is (250,197,168). Sum of RGB (Red+Green+Blue) = 250+197+168=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 168 (66.02% from 255 or 27.32% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC5A8 is #053A57. Grayscale: #D1D1D1. Windows color (decimal): -342616 or 11060730. OLE color: 11060730.

HSL color Cylindrical-coordinate representation of color #FAC5A8: hue angle of 21.22º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAC5A8 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB250197168-
CMYK00.210.330.02
HSL21.22º89.13%81.96%-
HSV(B)21.22º32.8%98.04%-
XYZ66.4663.0845.72-
YUV209.54104.56156.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 197 (77.34% from 255) = 32.03%
BLUE value IS 168 (66.02% from 255) = 27.32%
R=40.65%
G=32.03%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019716800.210.330.0221.2289.1381.96
HexFAC5A8015212155952
Octal37230525002541225131122
Binary111110101100010110101000010101100001101010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5A8; }

 p { color: rgb(250,197,168); }

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

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

 a { background-color: rgb(250,197,168); }

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

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

 span { border-color: rgb(250,197,168); }

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