#FACE9D

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

Shades of Peach-Orange #FACE9D

Tints of Peach-Orange #FACE9D

Color information

#FACE9D (or 0xFACE9D) is unknown color: approx Peach-Orange. HEX triplet: FA, CE and 9D. RGB value is (250,206,157). Sum of RGB (Red+Green+Blue) = 250+206+157=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE9D is #053162. Grayscale: #D5D5D5. Windows color (decimal): -340323 or 10342138. OLE color: 10342138.

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

Color convert

RGB250206157-
CMYK00.180.370.02
HSL31.61º90.29%79.8%-
HSV(B)31.61º37.2%98.04%-
XYZ67.5866.941.25-
YUV213.5796.08153.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 157 (61.72% from 255) = 25.61%
R=40.78%
G=33.61%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020615700.180.370.0231.6190.2979.8
HexFACE9D012252205a50
Octal37231623502245240132120
Binary1111101011001110100111010100101001011010000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE9D; }

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

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

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

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

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

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

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

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