#FAC3A9

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

Shades of Peach #FAC3A9

Tints of Peach #FAC3A9

Color information

#FAC3A9 (or 0xFAC3A9) is unknown color: approx Peach. HEX triplet: FA, C3 and A9. RGB value is (250,195,169). Sum of RGB (Red+Green+Blue) = 250+195+169=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 169 (66.41% from 255 or 27.52% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3A9 is #053C56. Grayscale: #D0D0D0. Windows color (decimal): -343127 or 11125754. OLE color: 11125754.

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

Color convert

RGB250195169-
CMYK00.220.320.02
HSL19.26º89.01%82.16%-
HSV(B)19.26º32.4%98.04%-
XYZ66.162.2246.06-
YUV208.48105.72157.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 169 (66.41% from 255) = 27.52%
R=40.72%
G=31.76%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019516900.220.320.0219.2689.0182.16
HexFAC3A9016202135952
Octal37230325102640223131122
Binary111110101100001110101001010110100000101001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3A9; }

 p { color: rgb(250,195,169); }

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

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

 a { background-color: rgb(250,195,169); }

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

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

 span { border-color: rgb(250,195,169); }

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