#FACCA5

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

Shades of Peach #FACCA5

Tints of Peach #FACCA5

Color information

#FACCA5 (or 0xFACCA5) is unknown color: approx Peach. HEX triplet: FA, CC and A5. RGB value is (250,204,165). Sum of RGB (Red+Green+Blue) = 250+204+165=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCA5 is #05335A. Grayscale: #D5D5D5. Windows color (decimal): -340827 or 10865914. OLE color: 10865914.

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

Color convert

RGB250204165-
CMYK00.180.340.02
HSL27.53º89.47%81.37%-
HSV(B)27.53º34%98.04%-
XYZ67.8166.2344.81-
YUV213.31100.74154.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 165 (64.84% from 255) = 26.66%
R=40.39%
G=32.96%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020416500.180.340.0227.5389.4781.37
HexFACCA50122221c5951
Octal37231424502242234131121
Binary111110101100110010100101010010100010101110010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCA5; }

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

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

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

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

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

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

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

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