#FACE9C

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

Shades of Peach-Orange #FACE9C

Tints of Peach-Orange #FACE9C

Color information

#FACE9C (or 0xFACE9C) is unknown color: approx Peach-Orange. HEX triplet: FA, CE and 9C. RGB value is (250,206,156). Sum of RGB (Red+Green+Blue) = 250+206+156=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE9C is #053163. Grayscale: #D5D5D5. Windows color (decimal): -340324 or 10276602. OLE color: 10276602.

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

Color convert

RGB250206156-
CMYK00.180.380.02
HSL31.91º90.38%79.61%-
HSV(B)31.91º37.6%98.04%-
XYZ67.566.8740.8-
YUV213.4695.58154.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 156 (61.33% from 255) = 25.49%
R=40.85%
G=33.66%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020615600.180.380.0231.9190.3879.61
HexFACE9C012262205a50
Octal37231623402246240132120
Binary1111101011001110100111000100101001101010000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE9C; }

 p { color: rgb(250,206,156); }

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

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

 a { background-color: rgb(250,206,156); }

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

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

 span { border-color: rgb(250,206,156); }

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