#FAC9A4

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

Shades of Peach #FAC9A4

Tints of Peach #FAC9A4

Color information

#FAC9A4 (or 0xFAC9A4) is unknown color: approx Peach. HEX triplet: FA, C9 and A4. RGB value is (250,201,164). Sum of RGB (Red+Green+Blue) = 250+201+164=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9A4 is #05365B. Grayscale: #D3D3D3. Windows color (decimal): -341596 or 10799610. OLE color: 10799610.

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

Color convert

RGB250201164-
CMYK00.200.340.02
HSL25.81º89.58%81.18%-
HSV(B)25.81º34.4%98.04%-
XYZ67.0164.7844.09-
YUV211.43101.23155.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 201 (78.91% from 255) = 32.68%
BLUE value IS 164 (64.45% from 255) = 26.67%
R=40.65%
G=32.68%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020116400.200.340.0225.8189.5881.18
HexFAC9A40142221a5a51
Octal37231124402442232132121
Binary111110101100100110100100010100100010101101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9A4; }

 p { color: rgb(250,201,164); }

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

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

 a { background-color: rgb(250,201,164); }

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

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

 span { border-color: rgb(250,201,164); }

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