#FACA9F

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

Shades of Peach #FACA9F

Tints of Peach #FACA9F

Color information

#FACA9F (or 0xFACA9F) is unknown color: approx Peach. HEX triplet: FA, CA and 9F. RGB value is (250,202,159). Sum of RGB (Red+Green+Blue) = 250+202+159=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA9F is #053560. Grayscale: #D3D3D3. Windows color (decimal): -341345 or 10472186. OLE color: 10472186.

HSL color Cylindrical-coordinate representation of color #FACA9F: hue angle of 28.35º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FACA9F is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250202159-
CMYK00.190.360.02
HSL28.35º90.1%80.2%-
HSV(B)28.35º36.4%98.04%-
XYZ66.865.0741.84-
YUV211.4598.4155.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 202 (79.30% from 255) = 33.06%
BLUE value IS 159 (62.5% from 255) = 26.02%
R=40.92%
G=33.06%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020215900.190.360.0228.3590.180.2
HexFACA9F0132421c5a50
Octal37231223702344234132120
Binary111110101100101010011111010011100100101110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACA9F; }

 p { color: rgb(250,202,159); }

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

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

 a { background-color: rgb(250,202,159); }

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

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

 span { border-color: rgb(250,202,159); }

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