#FACCA1

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

Shades of Peach #FACCA1

Tints of Peach #FACCA1

Color information

#FACCA1 (or 0xFACCA1) is unknown color: approx Peach. HEX triplet: FA, CC and A1. RGB value is (250,204,161). Sum of RGB (Red+Green+Blue) = 250+204+161=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCA1 is #05335E. Grayscale: #D5D5D5. Windows color (decimal): -340831 or 10603770. OLE color: 10603770.

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

Color convert

RGB250204161-
CMYK00.180.360.02
HSL28.99º89.9%80.59%-
HSV(B)28.99º35.6%98.04%-
XYZ67.4566.0842.92-
YUV212.8598.74154.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 161 (63.28% from 255) = 26.18%
R=40.65%
G=33.17%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020416100.180.360.0228.9989.980.59
HexFACCA10122421d5a51
Octal37231424102244235132121
Binary111110101100110010100001010010100100101110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCA1; }

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

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

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

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

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

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

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

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