#FACD9F

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

Shades of Peach-Orange #FACD9F

Tints of Peach-Orange #FACD9F

Color information

#FACD9F (or 0xFACD9F) is unknown color: approx Peach-Orange. HEX triplet: FA, CD and 9F. RGB value is (250,205,159). Sum of RGB (Red+Green+Blue) = 250+205+159=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD9F is #053260. Grayscale: #D5D5D5. Windows color (decimal): -340577 or 10472954. OLE color: 10472954.

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

Color convert

RGB250205159-
CMYK00.180.360.02
HSL30.33º90.1%80.2%-
HSV(B)30.33º36.4%98.04%-
XYZ67.5166.4942.08-
YUV213.2197.41154.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 205 (80.47% from 255) = 33.39%
BLUE value IS 159 (62.5% from 255) = 25.90%
R=40.72%
G=33.39%
B=25.90%

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
Decimal25020515900.180.360.0230.3390.180.2
HexFACD9F0122421e5a50
Octal37231523702244236132120
Binary111110101100110110011111010010100100101111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD9F; }

 p { color: rgb(250,205,159); }

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

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

 a { background-color: rgb(250,205,159); }

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

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

 span { border-color: rgb(250,205,159); }

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