#FACCA9

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

Shades of Peach #FACCA9

Tints of Peach #FACCA9

Color information

#FACCA9 (or 0xFACCA9) is unknown color: approx Peach. HEX triplet: FA, CC and A9. RGB value is (250,204,169). Sum of RGB (Red+Green+Blue) = 250+204+169=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 169 (66.41% from 255 or 27.13% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCA9 is #053356. Grayscale: #D5D5D5. Windows color (decimal): -340823 or 11128058. OLE color: 11128058.

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

Color convert

RGB250204169-
CMYK00.180.320.02
HSL25.93º89.01%82.16%-
HSV(B)25.93º32.4%98.04%-
XYZ68.1866.3746.75-
YUV213.76102.74153.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 169 (66.41% from 255) = 27.13%
R=40.13%
G=32.74%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020416900.180.320.0225.9389.0182.16
HexFACCA90122021a5952
Octal37231425102240232131122
Binary111110101100110010101001010010100000101101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCA9; }

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

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

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

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

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

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

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

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