#FACE9B

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

Shades of Peach-Orange #FACE9B

Tints of Peach-Orange #FACE9B

Color information

#FACE9B (or 0xFACE9B) is unknown color: approx Peach-Orange. HEX triplet: FA, CE and 9B. RGB value is (250,206,155). Sum of RGB (Red+Green+Blue) = 250+206+155=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE9B is #053164. Grayscale: #D5D5D5. Windows color (decimal): -340325 or 10211066. OLE color: 10211066.

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

Color convert

RGB250206155-
CMYK00.180.380.02
HSL32.21º90.48%79.41%-
HSV(B)32.21º38%98.04%-
XYZ67.4166.8340.36-
YUV213.3495.08154.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 155 (60.94% from 255) = 25.37%
R=40.92%
G=33.72%
B=25.37%

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
Decimal25020615500.180.380.0232.2190.4879.41
HexFACE9B012262205a4f
Octal37231623302246240132117
Binary1111101011001110100110110100101001101010000010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE9B; }

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

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

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

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

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

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

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

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