#FACD9C

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

Shades of Peach-Orange #FACD9C

Tints of Peach-Orange #FACD9C

Color information

#FACD9C (or 0xFACD9C) is unknown color: approx Peach-Orange. HEX triplet: FA, CD and 9C. RGB value is (250,205,156). Sum of RGB (Red+Green+Blue) = 250+205+156=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD9C is #053263. Grayscale: #D5D5D5. Windows color (decimal): -340580 or 10276346. OLE color: 10276346.

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

Color convert

RGB250205156-
CMYK00.180.380.02
HSL31.28º90.38%79.61%-
HSV(B)31.28º37.6%98.04%-
XYZ67.2666.3940.72-
YUV212.8795.91154.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 156 (61.33% from 255) = 25.53%
R=40.92%
G=33.55%
B=25.53%

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
Decimal25020515600.180.380.0231.2890.3879.61
HexFACD9C0122621f5a50
Octal37231523402246237132120
Binary111110101100110110011100010010100110101111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD9C; }

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

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

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

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

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

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

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

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