#FAC9A9

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

Shades of Peach #FAC9A9

Tints of Peach #FAC9A9

Color information

#FAC9A9 (or 0xFAC9A9) is unknown color: approx Peach. HEX triplet: FA, C9 and A9. RGB value is (250,201,169). Sum of RGB (Red+Green+Blue) = 250+201+169=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9A9 is #053656. Grayscale: #D4D4D4. Windows color (decimal): -341591 or 11127290. OLE color: 11127290.

HSL color Cylindrical-coordinate representation of color #FAC9A9: hue angle of 23.7º 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 #FAC9A9 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250201169-
CMYK00.200.320.02
HSL23.7º89.01%82.16%-
HSV(B)23.7º32.4%98.04%-
XYZ67.4764.9646.52-
YUV212103.73155.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 169 (66.41% from 255) = 27.26%
R=40.32%
G=32.42%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020116900.200.320.0223.789.0182.16
HexFAC9A9014202185952
Octal37231125102440230131122
Binary111110101100100110101001010100100000101100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9A9; }

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

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

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

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

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

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

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

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