#FACAA9

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

Shades of Peach #FACAA9

Tints of Peach #FACAA9

Color information

#FACAA9 (or 0xFACAA9) is unknown color: approx Peach. HEX triplet: FA, CA and A9. RGB value is (250,202,169). Sum of RGB (Red+Green+Blue) = 250+202+169=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 169 (66.41% from 255 or 27.21% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAA9 is #053556. Grayscale: #D4D4D4. Windows color (decimal): -341335 or 11127546. OLE color: 11127546.

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

Color convert

RGB250202169-
CMYK00.190.320.02
HSL24.44º89.01%82.16%-
HSV(B)24.44º32.4%98.04%-
XYZ67.7165.4346.6-
YUV212.59103.4154.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 169 (66.41% from 255) = 27.21%
R=40.26%
G=32.53%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020216900.190.320.0224.4489.0182.16
HexFACAA9013202185952
Octal37231225102340230131122
Binary111110101100101010101001010011100000101100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAA9; }

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

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

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

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

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

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

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

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